summaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/Fold/Editor/FoldGraphView.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/Scripts/Fold/Editor/FoldGraphView.cs b/Scripts/Fold/Editor/FoldGraphView.cs
index 61eea86..d4a91dc 100644
--- a/Scripts/Fold/Editor/FoldGraphView.cs
+++ b/Scripts/Fold/Editor/FoldGraphView.cs
@@ -572,6 +572,10 @@ public class FoldGraphView : GraphView
suppressGraphChanges = false;
+ ClearSelection();
+ foreach (var newNode in cloneMap.Values)
+ AddToSelection(newNode);
+
MarkDirty();
}