Hotfix for some DSL bugs (For node not working, Exploration not taking next layers into account)

This commit is contained in:
2026-05-19 20:59:15 +02:00
parent dc3912fa70
commit 121cc1eb03
8 changed files with 11 additions and 5 deletions
+1
View File
@@ -39,6 +39,7 @@ public partial class CodingWindow : PanelContainer
if (focused is LineEdit || focused is TextEdit) return;
if (selectedNode == null) return;
if (selectedNode == highlightedNode) highlightedNode = null;
editorWindow.RemoveChild(selectedNode);
selectedNode.QueueFree();
}