Hotfix for some DSL bugs (For node not working, Exploration not taking next layers into account)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user