You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-08-13 22:12:50 +02:00
This commit is contained in:
@@ -590,7 +590,7 @@ function AceEditor(props: NoteBodyEditorProps, ref: any) {
|
|||||||
<AceEditorReact
|
<AceEditorReact
|
||||||
value={props.content}
|
value={props.content}
|
||||||
mode={props.contentMarkupLanguage === Note.MARKUP_LANGUAGE_HTML ? 'text' : 'markdown'}
|
mode={props.contentMarkupLanguage === Note.MARKUP_LANGUAGE_HTML ? 'text' : 'markdown'}
|
||||||
theme={styles.editor.editorTheme}
|
theme={styles.editor.aceEditorTheme}
|
||||||
style={styles.editor}
|
style={styles.editor}
|
||||||
width={`${width}px`}
|
width={`${width}px`}
|
||||||
fontSize={styles.editor.fontSize}
|
fontSize={styles.editor.fontSize}
|
||||||
|
Reference in New Issue
Block a user