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

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();