Revert basewindow change (#5664)

This commit is contained in:
metalgearsloth
2025-02-08 17:38:40 +11:00
committed by GitHub
parent d2aa8ecb5a
commit 51971d0994

View File

@@ -37,8 +37,8 @@ namespace Robust.Client.UserInterface.CustomControls
return;
}
OnClose?.Invoke();
Parent.RemoveChild(this);
OnClose?.Invoke();
}
protected internal override void KeyBindDown(GUIBoundKeyEventArgs args)