1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

Merge pull request #2338 from ehhc/spellchecker

Spellchecker
This commit is contained in:
Junyoung Choi (Sai)
2018-11-25 15:21:04 +09:00
committed by GitHub
40 changed files with 219645 additions and 27 deletions

View File

@@ -275,6 +275,7 @@ class MarkdownEditor extends React.Component {
enableTableEditor={config.editor.enableTableEditor}
onChange={(e) => this.handleChange(e)}
onBlur={(e) => this.handleBlur(e)}
spellCheck={config.editor.spellcheck}
/>
<MarkdownPreview styleName={this.state.status === 'PREVIEW'
? 'preview'