Skip to content

Commit

Permalink
feat: turning on a native browser spell-checker
Browse files Browse the repository at this point in the history
According to Ionaru/easy-markdown-editor#143

Signed-off-by: Dmytro Borysovskyi 🦁
  • Loading branch information
dimabory committed Jan 6, 2021
1 parent 5eff8d3 commit d9b36f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions frontend/static/js/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
};

/**
Expand Down

0 comments on commit d9b36f0

Please sign in to comment.