mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Fixes #4551
This commit is contained in:
parent
f66b48e586
commit
cc611a7a02
@ -6247,6 +6247,10 @@ RED.view = (function() {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
if (selection.links) {
|
||||||
|
selectedLinks.clear();
|
||||||
|
selection.links.forEach(selectedLinks.add);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
updateSelection();
|
updateSelection();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user