dablach
dablach
When destroying a Tooltip, the tooltip node was removed twice: once by svelte and once by the component. This pull requests removes the `removeChild` call in the component and adds...
## Bug Report **Current Behavior** I encountered issues with a command that were caused by the fact, that two separate instances of singleton classes were used. I found out that...
A small ajustement to the used regex and repeated matching calls make it possible to support multipe reference in variable names. This allowes to use for example `{foo}bar{baz}` as a...