mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Refresh active nodes when node properties change
This commit is contained in:
@@ -305,7 +305,7 @@ RED.editor = (function() {
|
||||
}
|
||||
editing_node.dirty = true;
|
||||
validateNode(editing_node);
|
||||
RED.view.redraw();
|
||||
RED.view.redraw(true);
|
||||
}
|
||||
$( this ).dialog( "close" );
|
||||
}
|
||||
@@ -1079,7 +1079,7 @@ RED.editor = (function() {
|
||||
RED.history.push(historyEvent);
|
||||
}
|
||||
editing_node.dirty = true;
|
||||
RED.view.redraw();
|
||||
RED.view.redraw(true);
|
||||
}
|
||||
$( this ).dialog( "close" );
|
||||
}
|
||||
|
Reference in New Issue
Block a user