1
0
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:
Paalon
2017-12-02 17:15:50 +09:00
parent 1ac31264b7
commit a6e0b30576

View File

@@ -83,10 +83,10 @@ class UiTab extends React.Component {
fontFamily: this.refs.previewFontFamily.value,
codeBlockTheme: this.refs.previewCodeBlockTheme.value,
lineNumber: this.refs.previewLineNumber.checked,
LaTeXInlineOpen: this.refs.previewLatexInlineOpen.value,
LaTeXInlineClose: this.refs.previewLatexInlineClose.value,
LaTeXBlockOpen: this.refs.previewLatexBlockOpen.value,
LaTeXBlockClose: this.refs.previewLatexBlockClose.value
latexInlineOpen: this.refs.previewLatexInlineOpen.value,
latexInlineClose: this.refs.previewLatexInlineClose.value,
latexBlockOpen: this.refs.previewLatexBlockOpen.value,
latexBlockClose: this.refs.previewLatexBlockClose.value
}
}