Skip to content

Commit 5e197f3

Browse files
committed
fixup! ♿️(frontend) fix subdoc opening and emoji pick focus
1 parent 3bd46d8 commit 5e197f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/frontend/apps/impress/src/features/docs/doc-editor/components

src/frontend/apps/impress/src/features/docs/doc-editor/components/EmojiPicker.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export const EmojiPicker = ({
3131
$position="absolute"
3232
$zIndex={1000}
3333
$margin="2rem 0 0 0"
34-
onKeyDown={handleKeyDown}
34+
onKeyDownCapture={handleKeyDown}
3535
>
3636
<Picker
3737
data={emojiData}

0 commit comments

Comments
 (0)