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

Rename 'lineNumber' to 'displayLineNumbers'

This commit is contained in:
David Pavlík
2017-12-23 22:51:38 +01:00
parent 7a4258bb20
commit 1f5f6c3b0e
5 changed files with 9 additions and 11 deletions

View File

@@ -530,7 +530,7 @@ class SnippetNoteDetail extends React.Component {
fontSize={editorFontSize}
indentType={config.editor.indentType}
indentSize={editorIndentSize}
lineNumber
displayLineNumbers
keyMap={config.editor.keyMap}
onChange={(e) => this.handleCodeChange(index)(e)}
ref={'code-' + index}