1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Spellcheck - first try to fix #2176

This commit is contained in:
ehhc
2018-08-22 16:46:09 +02:00
38 changed files with 219619 additions and 26 deletions

View File

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