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

hiding spellcheck by default and adding a interface option to enable it

This commit is contained in:
ehhc
2018-11-12 17:35:33 +01:00
parent 88ac2a98e8
commit a3e59d43a7
5 changed files with 27 additions and 4 deletions

View File

@@ -169,7 +169,7 @@ class MarkdownSplitEditor extends React.Component {
noteKey={noteKey}
onChange={this.handleOnChange.bind(this)}
onScroll={this.handleScroll.bind(this)}
spellCheck
spellCheck={config.editor.spellcheck}
/>
<div styleName='slider' style={{left: this.state.codeEditorWidthInPercent + '%'}} onMouseDown={e => this.handleMouseDown(e)} >
<div styleName='slider-hitbox' />