fix: prevent command menu from closing when clicking items in slash menu (#12555)
resolve #12540 Prevent command menu from closing by adding new excludedClickOutsideIds constant. https://github.com/user-attachments/assets/965075d5-d592-4d50-bb5a-1b2bb561e55a --------- Co-authored-by: Raphaël Bosi <71827178+bosiraphael@users.noreply.github.com>
This commit is contained in:
@ -0,0 +1,2 @@
|
||||
export const SLASH_MENU_DROPDOWN_CLICK_OUTSIDE_ID =
|
||||
'slash-menu-dropdown-click-outside-id';
|
||||
Reference in New Issue
Block a user