Trigger search on mouse up (#12595)
This fixes one of the issues in https://github.com/twentyhq/core-team-issues/issues/1093. See discussion in https://github.com/twentyhq/twenty/pull/12577 https://github.com/user-attachments/assets/f02a8b06-6246-4c9e-b1f2-8d8ce5091cdc
This commit is contained in:
@ -37,6 +37,7 @@ export const MainNavigationDrawerFixedItems = () => {
|
||||
Icon={IconSearch}
|
||||
onClick={openRecordsSearchPage}
|
||||
keyboard={['/']}
|
||||
mouseUpNavigation={true}
|
||||
/>
|
||||
<NavigationDrawerItem
|
||||
label={t`Settings`}
|
||||
|
||||
Reference in New Issue
Block a user