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

Merge branch 'master' into fix-paste-code

This commit is contained in:
Baptiste Augrain
2018-12-13 08:20:36 +01:00
18 changed files with 224 additions and 141 deletions

View File

@@ -174,6 +174,7 @@ class MarkdownSplitEditor extends React.Component {
spellCheck={config.editor.spellcheck}
enableSmartPaste={config.editor.enableSmartPaste}
hotkey={config.hotkey}
switchPreview={config.editor.switchPreview}
/>
<div styleName='slider' style={{left: this.state.codeEditorWidthInPercent + '%'}} onMouseDown={e => this.handleMouseDown(e)} >
<div styleName='slider-hitbox' />