Skip to content

Commit d6b86b9

Browse files
authored
Fix scroll sync (#3531)
* Discard empty file * Fix scroll sync
1 parent 3abc0fe commit d6b86b9

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

browser/components/MarkdownSplitEditor.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,7 @@ class MarkdownSplitEditor extends React.Component {
215215
<div styleName='slider-hitbox' />
216216
</div>
217217
<MarkdownPreview
218+
ref='preview'
218219
style={previewStyle}
219220
theme={config.ui.theme}
220221
keyMap={config.editor.keyMap}

browser/finder/NoteDetail.js

Whitespace-only changes.

0 commit comments

Comments
 (0)