Skip to content

Commit

Permalink
Clear link_splice style on drag end
Browse files Browse the repository at this point in the history
  • Loading branch information
knolleary committed Jan 11, 2016
1 parent 4c67716 commit 4fc5688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/js/ui/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ RED.palette = (function() {
revert: true,
revertDuration: 50,
start: function() {RED.view.focus();},
stop: function() { d3.select('.link_splice').classed('link_splice',false); if (spliceTimer) { clearTimeout(spliceTimer); spliceTimer = null;}},
drag: function(e,ui) {
// TODO: this is the margin-left of palette node. Hard coding
// it here makes me sad
Expand Down

0 comments on commit 4fc5688

Please sign in to comment.