remove static instance field

This commit is contained in:
Matt Parker
2025-10-18 14:33:46 +10:00
parent d285ce1bf2
commit d90f0e6c28
3 changed files with 1 additions and 2 deletions

View File

@@ -47,6 +47,7 @@ public partial class IdeWindow : Control
// PrintOrphanNodes();
}
// TODO: Problematic, as this is called even when the focus shifts to an embedded subwindow, such as a popup
private void OnFocusExited()
{
_ = Task.GodotRun(async () => await _openTabsFileManager.SaveAllOpenFilesAsync());