1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

Do not select parent group after completing quick-add inside group

This commit is contained in:
Nick O'Leary 2023-03-03 15:58:38 +00:00
parent 3fbfd47089
commit 37524e05bb
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -1455,9 +1455,6 @@ RED.view = (function() {
// auto select dropped node - so info shows (if visible) // auto select dropped node - so info shows (if visible)
clearSelection(); clearSelection();
nn.selected = true; nn.selected = true;
if (targetGroup) {
selectGroup(targetGroup,false);
}
movingSet.add(nn); movingSet.add(nn);
updateActiveNodes(); updateActiveNodes();
updateSelection(); updateSelection();