diff --git a/apps/client/src/features/editor/readonly-page-editor.tsx b/apps/client/src/features/editor/readonly-page-editor.tsx index b2ab829a..a27c7bfb 100644 --- a/apps/client/src/features/editor/readonly-page-editor.tsx +++ b/apps/client/src/features/editor/readonly-page-editor.tsx @@ -66,12 +66,14 @@ export default function ReadonlyPageEditor({ return ( <> - +
+ +
{ - // First handle the search hotkey - getHotkeyHandler([["mod+F", openSearchDialog]])(event); +
+ { + // First handle the search hotkey + getHotkeyHandler([["mod+F", openSearchDialog]])(event); - // Then handle other key events - handleTitleKeyDown(event); - }} - /> + // Then handle other key events + handleTitleKeyDown(event); + }} + /> +
); }