mirror of https://github.com/laurent22/joplin.git
pull/9833/head
parent
9a26e8aafd
commit
24776ee6ce
|
@ -629,7 +629,7 @@ const TinyMCE = (props: NoteBodyEditorProps, ref: any) => {
|
|||
joplinInsert: { inline: 'ins', remove: 'all' },
|
||||
joplinSub: { inline: 'sub', remove: 'all' },
|
||||
joplinSup: { inline: 'sup', remove: 'all' },
|
||||
code: { inline: 'code', remove: 'all', attributes: { spellcheck: false } },
|
||||
code: { inline: 'code', remove: 'all', attributes: { spellcheck: 'false' } },
|
||||
forecolor: { inline: 'span', styles: { color: '%value' } },
|
||||
},
|
||||
setup: (editor: Editor) => {
|
||||
|
|
Loading…
Reference in New Issue