Skip to content

Commit

Permalink
Fixed dragging (invalid handle)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcodiiga committed Apr 4, 2015
1 parent ece4628 commit 54ced43
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nodemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@

var thisNode = this;
this.$element.draggable ({ // Set a jQuery callback function when dragging
handle: '.drag-handle',
start: function(event, ui) {
ui.position.left = 0;
ui.position.top = 0;
Expand Down

0 comments on commit 54ced43

Please sign in to comment.