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

fix error generated by toggling split editor

This commit is contained in:
Baptiste Augrain
2018-10-11 15:03:04 +02:00
parent 71ae42056f
commit eb37be1381
3 changed files with 4 additions and 5 deletions

View File

@@ -300,6 +300,7 @@ class MarkdownEditor extends React.Component {
noteKey={noteKey}
customCSS={config.preview.customCSS}
allowCustomCSS={config.preview.allowCustomCSS}
lineThroughCheckbox={config.preview.lineThroughCheckbox}
/>
</div>
)