1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-02-07 19:30:04 +02:00

Fixed typo

This commit is contained in:
Laurent Cozic 2020-06-02 17:50:24 +01:00
parent 79c45af0d5
commit 710026c8ac

View File

@ -553,7 +553,7 @@ function AceEditor(props: NoteBodyEditorProps, ref: any) {
}
}, [props.searchMarkers, renderedBody]);
const { focused, onBlur, onFocus } = useFocus({ editor });
const { focused, onBlur, onFocus } = useFocus();
const cellEditorStyle = useMemo(() => {
const output = { ...styles.cellEditor };