nicolium: reduce debounce wait for hover cards
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@@ -7,7 +7,7 @@ import { isMobile } from '@/utils/is-mobile';
|
||||
|
||||
const showAccountHoverCard = debounce((openAccountHoverCard, ref, accountId) => {
|
||||
openAccountHoverCard(ref, accountId);
|
||||
}, 600);
|
||||
}, 300);
|
||||
|
||||
interface IHoverAccountWrapper {
|
||||
accountId?: string;
|
||||
|
||||
Reference in New Issue
Block a user