diff --git a/dragon-drop.js b/dragon-drop.js index 3222953..de154e3 100644 --- a/dragon-drop.js +++ b/dragon-drop.js @@ -97,6 +97,7 @@ angular.module('btford.dragon-drop', []). $document.unbind('mousemove', drag); floaty.remove(); floaty = null; + enableSelect(); } };