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

removed single quotation

This commit is contained in:
roottool
2019-10-18 20:42:06 +09:00
committed by Junyoung Choi
parent d43fe8db75
commit a90c10ef3e

View File

@@ -657,8 +657,8 @@ export default class CodeEditor extends React.Component {
const checkMarkdownNoteIsOpen = mode === 'Boost Flavored Markdown'
return checkMarkdownNoteIsOpen ? {
'getAnnotations': this.validatorOfMarkdown,
'async': true
getAnnotations: this.validatorOfMarkdown,
async: true
} : false
}