mirror of https://github.com/node-red/node-red.git
parent
c433f736a5
commit
30a68fefec
|
@ -1360,7 +1360,7 @@ RED.nodes = (function() {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
if (n.z && !workspaces[n.z]) {
|
||||
if (n.z && !workspaces[n.z] && !subflow_map[n.z]) {
|
||||
n.z = activeWorkspace;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue