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

quick-add-wiring
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
1 changed files with 0 additions and 3 deletions

View File

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