mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add 'changed' property to nodes to track undeployed changes
Part of #33
This commit is contained in:
@@ -213,7 +213,7 @@ RED.editor = function() {
|
||||
RED.view.dirty(true);
|
||||
RED.history.push({t:'edit',node:editing_node,changes:changes,links:removedLinks,dirty:wasDirty});
|
||||
}
|
||||
|
||||
editing_node.changed = true;
|
||||
editing_node.dirty = true;
|
||||
validateNode(editing_node);
|
||||
RED.view.redraw();
|
||||
|
Reference in New Issue
Block a user