Ensure status is refreshed when switching tabs

pull/2299/head
Nick O'Leary 2019-09-30 09:56:51 +01:00
parent ad4cf8d631
commit 9775d3a33d
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 1 additions and 0 deletions

View File

@ -291,6 +291,7 @@ RED.view = (function() {
}
RED.nodes.eachNode(function(n) {
n.dirty = true;
n.dirtyStatus = true;
});
updateSelection();
updateActiveNodes();