You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
Fixed typo
This commit is contained in:
@@ -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 };
|
||||
|
Reference in New Issue
Block a user