Fix context menu not fully closing (#13376)

This commit is contained in:
Leon Friedrich
2023-01-09 12:02:06 +13:00
committed by GitHub
parent caa7eb1a4c
commit 2ee5eaeeec

View File

@@ -62,6 +62,7 @@ namespace Content.Client.ContextMenu.UI
CancelOpen?.Cancel();
CancelClose?.Cancel();
OnContextClosed?.Invoke();
RootMenu.Close();
}
/// <summary>