Fix command menu focus (#16264)

CommandMenu did not push its own focus item to the focus stack when
focused. (See NavigationDrawerInput)

---------

Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
Weiko
2025-12-02 18:19:07 +01:00
committed by GitHub
parent 900401c101
commit 3274c18a90
5 changed files with 51 additions and 8 deletions
@@ -0,0 +1 @@
export const COMMAND_MENU_SEARCH_INPUT_FOCUS_ID = 'command-menu-search-input';