You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Editor/Mono/EditorWindow.cs
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1081,6 +1081,12 @@ public void Close()
1081
1081
if(WindowLayout.IsMaximized(this))
1082
1082
WindowLayout.Unmaximize(this);
1083
1083
1084
+
// [UUM-58449] If the focused window got closed, reset the IME composition mode to the default value. The normal codepaths may not run since this object is immediately destroyed.
0 commit comments