1
0
mirror of https://github.com/node-red/node-red.git synced 2025-03-01 10:36:34 +00:00

fix project switching when junctions are present

fixes 
This commit is contained in:
Steve-Mcl 2022-05-05 16:56:28 +01:00
parent 851a925956
commit 11f6491889

@ -2462,6 +2462,8 @@ RED.nodes = (function() {
workspacesOrder = [];
groups = {};
groupsByZ = {};
junctions = {};
junctionsByZ = {};
var subflowIds = Object.keys(subflows);
subflowIds.forEach(function(id) {