1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 10:46:32 +00:00

Fix scroll sync (#3531)

* Discard empty file

* Fix scroll sync
This commit is contained in:
Junyoung Choi
2020-03-26 18:02:53 +09:00
committed by GitHub
parent 3abc0fec38
commit d6b86b902c
2 changed files with 1 additions and 0 deletions

View File

@@ -215,6 +215,7 @@ class MarkdownSplitEditor extends React.Component {
<div styleName='slider-hitbox' /> <div styleName='slider-hitbox' />
</div> </div>
<MarkdownPreview <MarkdownPreview
ref='preview'
style={previewStyle} style={previewStyle}
theme={config.ui.theme} theme={config.ui.theme}
keyMap={config.editor.keyMap} keyMap={config.editor.keyMap}