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

Merge pull request #2487 from daiyam/fix-task-config

fix error generated by toggling split editor
This commit is contained in:
Junyoung Choi (Sai)
2018-10-23 18:30:41 +09:00
committed by GitHub
4 changed files with 5 additions and 9 deletions

View File

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