mirror of https://github.com/node-red/node-red.git
Fixes #4551
parent
f66b48e586
commit
cc611a7a02
|
@ -6247,6 +6247,10 @@ RED.view = (function() {
|
|||
}
|
||||
})
|
||||
}
|
||||
if (selection.links) {
|
||||
selectedLinks.clear();
|
||||
selection.links.forEach(selectedLinks.add);
|
||||
}
|
||||
}
|
||||
}
|
||||
updateSelection();
|
||||
|
|
Loading…
Reference in New Issue