NiclasDev63 / tiptap-extension-global-drag-handle

MIT License
45 stars 6 forks source link

drag handle bounces when hovering over list items #3

Closed andrewdoro closed 4 months ago

andrewdoro commented 4 months ago

When moving over lists, drag handle bounces when hovering over empty space between list items.

https://github.com/NiclasDev63/tiptap-extension-global-drag-handle/assets/17547035/4f4591f6-ad84-4fc6-8a27-755f43eceba7

I think we should add back this change. @NiclasDev63 would this break something? https://github.com/steven-tey/novel/pull/350/files#diff-3ec542dadc4d00f74660b7d7b8bb35bfcf9caf6d8b2ebf322fdf0cc7a5ccbdf6R168

NiclasDev63 commented 4 months ago

Just fixed this issue and published a new version of the package

andrewdoro commented 4 months ago

@NiclasDev63 I think you forgot to run npm run build before publish, I don't see the changes there

NiclasDev63 commented 4 months ago

🤦‍♂️ you're right, everything should work now

andrewdoro commented 4 months ago

working now, thanks