1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

Remove semicolon

This commit is contained in:
Wade Johnson
2017-12-10 21:13:21 -08:00
parent b742a3a4cd
commit 667f022086

View File

@@ -155,7 +155,7 @@ export default class CodeEditor extends React.Component {
} }
if (prevProps.scrollPastEnd !== this.props.scrollPastEnd) { if (prevProps.scrollPastEnd !== this.props.scrollPastEnd) {
this.editor.setOption('scrollPastEnd', this.props.scrollPastEnd); this.editor.setOption('scrollPastEnd', this.props.scrollPastEnd)
} }
if (needRefresh) { if (needRefresh) {