diff --git a/MLEM.Ui/UiSystem.cs b/MLEM.Ui/UiSystem.cs index b89e8db..d64accd 100644 --- a/MLEM.Ui/UiSystem.cs +++ b/MLEM.Ui/UiSystem.cs @@ -132,6 +132,7 @@ namespace MLEM.Ui { e.Root = null; e.System = null; }); + root.SelectElement(null); } public RootElement Get(string name) {