marcusolsson / obsidian-projects

Plain text project planning in Obsidian
Apache License 2.0
1.42k stars 56 forks source link

Fix drag and drop in new window #860

Closed Acylation closed 5 months ago

Acylation commented 5 months ago

Closes #859

GitMurf commented 4 months ago

@Acylation when I open Projects in a new obsidian window, and try to use kanban view, I cannot drag cards around. It starts the dnd and show landing zones but then doesn't actually let me drop them anywhere. Once I let go of the dnd the state then is messed up and I cannot start a new dnd anywhere and have to restart obsidian.

https://github.com/marcusolsson/obsidian-projects/assets/64155612/6fa829f6-998c-4137-ace9-566012938185

Acylation commented 4 months ago

Thanks, this is a regression bug introduced by upgrading svelte-dnd-action. Will revert that as a workaround.

GitMurf commented 4 months ago

@Acylation I have confirmed the latest beta update (#887) fixed this regression.