in public/data/asset/data/draggable.js [105:109]
$(document).on('mousemove', function (e) { if (dragging) { resize(e.pageX, e.pageY); } });