mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
removed single quotation
This commit is contained in:
@@ -657,8 +657,8 @@ export default class CodeEditor extends React.Component {
|
|||||||
const checkMarkdownNoteIsOpen = mode === 'Boost Flavored Markdown'
|
const checkMarkdownNoteIsOpen = mode === 'Boost Flavored Markdown'
|
||||||
|
|
||||||
return checkMarkdownNoteIsOpen ? {
|
return checkMarkdownNoteIsOpen ? {
|
||||||
'getAnnotations': this.validatorOfMarkdown,
|
getAnnotations: this.validatorOfMarkdown,
|
||||||
'async': true
|
async: true
|
||||||
} : false
|
} : false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user