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

Merge branch 'spellchecker' of https://github.com/ehhc/Boostnote into spellchecker

This commit is contained in:
ehhc
2018-11-12 17:36:36 +01:00
59 changed files with 1515 additions and 378 deletions

View File

@@ -72,6 +72,8 @@ export default class CodeEditor extends React.Component {
}
}
this.editorActivityHandler = () => this.handleEditorActivity()
this.turndownService = new TurndownService()
}
handleSearch (msg) {