mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-06 11:59:51 +08:00
feat(core): cmd+f search in doc function (#7040)
You can use the cmd+F shortcut key to trigger the FindInPage function.
This commit is contained in:
@@ -135,7 +135,6 @@ const DetailPageImpl = memo(function DetailPageImpl() {
|
||||
}, [doc, globalContext, isActiveView, mode]);
|
||||
|
||||
const isInTrash = useLiveData(doc.meta$.map(meta => meta.trash));
|
||||
|
||||
useRegisterBlocksuiteEditorCommands();
|
||||
const title = useLiveData(doc.title$);
|
||||
usePageDocumentTitle(title);
|
||||
|
||||
Reference in New Issue
Block a user