cb5a895963
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>
3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
export const SLASH_MENU_DROPDOWN_CLICK_OUTSIDE_ID =
|
|
'slash-menu-dropdown-click-outside-id';
|