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

Discard unused ref

This commit is contained in:
Junyoung Choi
2020-03-04 05:50:23 +09:00
parent d95a3af667
commit dbbcf385b1

View File

@@ -229,7 +229,6 @@ class MarkdownSplitEditor extends React.Component {
breaks={config.preview.breaks}
sanitize={config.preview.sanitize}
mermaidHTMLLabel={config.preview.mermaidHTMLLabel}
ref='preview'
tabInde='0'
value={value}
onCheckboxClick={e => this.handleCheckboxClick(e)}