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

Fix but: line numbers of editor isnt applied properly

This commit is contained in:
Junyoung Choi
2018-02-03 15:02:26 +09:00
parent 7cad3d403b
commit 69601bf15a
2 changed files with 4 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ class MarkdownSplitEditor extends React.Component {
keyMap={config.editor.keyMap}
fontFamily={config.editor.fontFamily}
fontSize={editorFontSize}
displayLineNumbers={config.editor.displayLineNumbers}
indentType={config.editor.indentType}
indentSize={editorIndentSize}
scrollPastEnd={config.editor.scrollPastEnd}