mirror of https://github.com/node-red/node-red.git
Ensure status is refreshed when switching tabs
parent
ad4cf8d631
commit
9775d3a33d
|
@ -291,6 +291,7 @@ RED.view = (function() {
|
|||
}
|
||||
RED.nodes.eachNode(function(n) {
|
||||
n.dirty = true;
|
||||
n.dirtyStatus = true;
|
||||
});
|
||||
updateSelection();
|
||||
updateActiveNodes();
|
||||
|
|
Loading…
Reference in New Issue