패널 닫기 버튼 버그 수정

This commit is contained in:
geondo55
2025-03-26 18:42:05 +09:00
parent e43316011e
commit 820655b574
5 changed files with 121 additions and 56 deletions

View File

@@ -114,6 +114,7 @@ namespace XED.Manage
onRemoveAsset?.Invoke(objects);
curProjectPath = string.Empty;
curSceneData = null;
connector.connectedAssets.Clear();
CommandManager.I.Clear();
}
}