BlueFoxPrime
BlueFoxPrime
Hey, sorry for the late response but I am on holiday :) I think that the use case is quite common because I want to share data to other component(s)...
I am also interested in this. But its not very easy to implement. Especially with task reflections. Maybe its an idea to use css grid for each row in the...
@V-Py Have you made any progress on this? Any thoughts? I was thinking of trying to remove the y-position property as it is and display tasks in css grid of...
Currently each task is positioned absolute. My idea is to use a css grid and grid rows for y positions. Which in my view could significantly improve the performance and...
This can be closed after #152 ?
@daybrush hey! Are you planning to fix this? It’s really simple, can also open a PR if you want :) See fix here for reference (should be backwards compatible): https://github.com/tinymce/tinymce-svelte/issues/50
@unlocomqx Thanks alot for the quick response! :) Year, I did just like in the docs... My rollup config looks like this: ``` `import svelte from 'rollup-plugin-svelte'; import resolve from...
@unlocomqx Thanks alot, that works. However, states do not show althought I run dev mode and have the state option enabled. I tried with chrome and firefox aswell. Any ideas...
Now I am having the following issue: 