mirror of https://github.com/laurent22/joplin.git
Desktop: Fixes #3228: Markdown editor would not scroll in sync with viewer in some cases
parent
01e0c0c21f
commit
6f8332bad1
|
@ -496,7 +496,7 @@ function AceEditor(props: NoteBodyEditorProps, ref: any) {
|
|||
} else {
|
||||
props.onMessage(event);
|
||||
}
|
||||
}, [props.onMessage, props.content, aceEditor_change]);
|
||||
}, [props.onMessage, props.content, aceEditor_change, setEditorPercentScroll]);
|
||||
|
||||
useEffect(() => {
|
||||
let cancelled = false;
|
||||
|
|
Loading…
Reference in New Issue