DEV Community

Discussion on: 🚀 A powerful drag and drop implementation in just 16 lines of JavaScript

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

Happens on all browsers I've tried - Firefox and Chrome on both macOS and Ubuntu. Easy to reproduce. I think it has to do with not disabling user selection on the draggable items (just a hunch, I don't have time to look into it)

Thread Thread
 
siddharthshyniben profile image
Siddharth

I see, unfortunately I've tried a long time but I never was able to reproduce.

Anyways, thanks for the feedback! I'll look into it and see if I can do something about it.