PureeData
PureeData copied to clipboard
disable text selection to improve dragging
Since you are using JQueryUI, $('body').disableSelection();
is an easy way to do it. (Just tried it in the console, and it helps!)
Awesome, thanks for the tip!