diff --git a/Content.Client/ContextMenu/UI/ContextMenuUIController.cs b/Content.Client/ContextMenu/UI/ContextMenuUIController.cs index 2569cef14b..2dcc97f856 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuUIController.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuUIController.cs @@ -62,6 +62,7 @@ namespace Content.Client.ContextMenu.UI CancelOpen?.Cancel(); CancelClose?.Cancel(); OnContextClosed?.Invoke(); + RootMenu.Close(); } ///