diff --git a/editor/js/ui/palette.js b/editor/js/ui/palette.js index a1d130adf..4230310a3 100644 --- a/editor/js/ui/palette.js +++ b/editor/js/ui/palette.js @@ -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