diff --git a/editor/js/history.js b/editor/js/history.js index 09ff67dd0..215de3835 100644 --- a/editor/js/history.js +++ b/editor/js/history.js @@ -176,6 +176,7 @@ RED.history = (function() { n.n.x = n.ox; n.n.y = n.oy; n.n.dirty = true; + n.n.changed = n.changed; } // A move could have caused a link splice if (ev.links) { diff --git a/editor/js/ui/view.js b/editor/js/ui/view.js index 8aa0e5fa8..2cc38c7ce 100644 --- a/editor/js/ui/view.js +++ b/editor/js/ui/view.js @@ -806,7 +806,9 @@ RED.view = (function() { if (moving_set.length > 0) { var ns = []; for (var j=0;j 0) { var ns = []; for (var i=0;i