Skip to content

Commit

Permalink
Turn user-select back on when floaty is killed.
Browse files Browse the repository at this point in the history
  • Loading branch information
Egor Shahov committed Feb 26, 2014
1 parent 7c24ca8 commit 5d09dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dragon-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ angular.module('btford.dragon-drop', []).
$document.unbind('mousemove', drag);
floaty.remove();
floaty = null;
enableSelect();
}
};

Expand Down

0 comments on commit 5d09dc8

Please sign in to comment.