mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
Bug fix: fix mistaken name.
This commit is contained in:
@@ -83,10 +83,10 @@ class UiTab extends React.Component {
|
|||||||
fontFamily: this.refs.previewFontFamily.value,
|
fontFamily: this.refs.previewFontFamily.value,
|
||||||
codeBlockTheme: this.refs.previewCodeBlockTheme.value,
|
codeBlockTheme: this.refs.previewCodeBlockTheme.value,
|
||||||
lineNumber: this.refs.previewLineNumber.checked,
|
lineNumber: this.refs.previewLineNumber.checked,
|
||||||
LaTeXInlineOpen: this.refs.previewLatexInlineOpen.value,
|
latexInlineOpen: this.refs.previewLatexInlineOpen.value,
|
||||||
LaTeXInlineClose: this.refs.previewLatexInlineClose.value,
|
latexInlineClose: this.refs.previewLatexInlineClose.value,
|
||||||
LaTeXBlockOpen: this.refs.previewLatexBlockOpen.value,
|
latexBlockOpen: this.refs.previewLatexBlockOpen.value,
|
||||||
LaTeXBlockClose: this.refs.previewLatexBlockClose.value
|
latexBlockClose: this.refs.previewLatexBlockClose.value
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user