From 2ee5eaeeec6ee0d0076f6017b9d1f8c4765cb71a Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 9 Jan 2023 12:02:06 +1300 Subject: [PATCH] Fix context menu not fully closing (#13376) --- Content.Client/ContextMenu/UI/ContextMenuUIController.cs | 1 + 1 file changed, 1 insertion(+) 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(); } ///