mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix: can't open quick search without cursor (#1457)
This commit is contained in:
@@ -73,9 +73,7 @@ export const QuickSearchModal: React.FC<QuickSearchModalProps> = ({
|
||||
setOpen(false);
|
||||
return;
|
||||
}
|
||||
if (selection?.isCollapsed) {
|
||||
setOpen(!open);
|
||||
}
|
||||
setOpen(!open);
|
||||
}
|
||||
};
|
||||
document.addEventListener('keydown', keydown, { capture: true });
|
||||
|
||||
Reference in New Issue
Block a user