Merge branch 'master' into dev

This commit is contained in:
Nick O'Leary 2020-03-31 15:35:46 +01:00
commit ae001c5e82
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1582,6 +1582,9 @@ RED.nodes = (function() {
delete configNodes[n.id];
} else {
nodes.splice(nodes.indexOf(n),1);
if (nodeTabMap[n.z]) {
delete nodeTabMap[n.z][n.id];
}
}
reimportList.push(convertNode(n));
});