mirror of https://github.com/node-red/node-red.git
Ensure activeWorkspace is set when a flow contains no tabs
parent
2585e983a5
commit
9b26973883
|
@ -615,6 +615,7 @@ RED.nodes = (function() {
|
|||
addWorkspace(defaultWorkspace);
|
||||
RED.view.addWorkspace(defaultWorkspace);
|
||||
new_workspaces.push(defaultWorkspace);
|
||||
activeWorkspace = RED.view.getWorkspace();
|
||||
}
|
||||
|
||||
var node_map = {};
|
||||
|
|
Loading…
Reference in New Issue