From 5d09dc8c5b0569dbcb4e2b3f48782b7348d53828 Mon Sep 17 00:00:00 2001 From: Egor Shahov Date: Wed, 26 Feb 2014 12:45:58 +0400 Subject: [PATCH] Turn user-select back on when floaty is killed. --- dragon-drop.js | 1 + 1 file changed, 1 insertion(+) 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(); } };