Since you are using JQueryUI, `$('body').disableSelection();` is an easy way to do it. (Just tried it in the console, and it helps!)
Since you are using JQueryUI,
$('body').disableSelection();is an easy way to do it. (Just tried it in the console, and it helps!)