diff --git a/frontend/static/js/App.js b/frontend/static/js/App.js index 0a18ef3f6..d0f13a32e 100644 --- a/frontend/static/js/App.js +++ b/frontend/static/js/App.js @@ -36,10 +36,11 @@ const imageUploadOptions = { const defaultMarkdownEditorOptions = { autoDownloadFontAwesome: false, spellChecker: false, + nativeSpellcheck: true, forceSync: true, status: false, - inputStyle: "textarea", - tabSize: 4 + inputStyle: "contenteditable", + tabSize: 4, }; /**