nicolium: reduce debounce wait for hover cards

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-30 16:48:59 +02:00
parent 21ce3bba51
commit a4e147e35e

View File

@@ -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;