Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit e9f7f09

Browse files
Attempting to close properly after publish
1 parent b084541 commit e9f7f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/UnityExtension/Assets/Editor/GitHub.Unity/UI/PopupWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ private void Open(PopupViewType popupViewType, Action<bool> onClose)
4646

4747
onClose = onClose ?? (b => {
4848
Logger.Trace("Closing Window");
49-
//Close();
49+
Close();
5050
});
5151

5252
Logger.Trace("OpenView: {0}", popupViewType.ToString());

0 commit comments

Comments
 (0)