Skip to content

Commit

Permalink
Merge pull request btford#21 from gorpacrate/master
Browse files Browse the repository at this point in the history
Turn user-select back on when floaty is killed.

Conflicts:
	dragon-drop.js
  • Loading branch information
jimschubert committed Jan 22, 2015
2 parents ea3ec6a + 5d09dc8 commit 9a3555c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dragon-drop.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@
floaty.scope().$destroy();
floaty.remove();
floaty = null;
enableSelect();
}
};

Expand Down Expand Up @@ -223,6 +224,7 @@

dragValue = dragOrigin = null;
killFloaty();

});

return {
Expand Down

0 comments on commit 9a3555c

Please sign in to comment.