primocms / primo

Primo is a visual CMS with a built-in code editor, Svelte blocks, and static site generator.
https://primocms.org
MIT License
1.92k stars 474 forks source link

Block-dnd wonkiness #282

Closed mateomorris closed 11 months ago

mateomorris commented 1 year ago

Drag and dropping blocks from the sidebar into the page doesn't always work as intended. Should probably use https://github.com/isaacHagoel/svelte-dnd-action or a similar library instead of implementing from sratch.

mateomorris commented 11 months ago

Addressed by 2.0--beta.14 - which also includes the ability to rearrange Symbols in the sidebar. It's still not perfect due to issues with the library , but its a lot better than it was before. I tried several other popular libraries and came back to this one.