mirror of https://github.com/laurent22/joplin.git
Fixed typo
parent
a75db94da5
commit
e117b6f732
|
@ -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 };
|
||||
|
|
Loading…
Reference in New Issue