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

Merge branch 'master' into spellchecker

This commit is contained in:
ehhc
2018-11-08 11:19:46 +01:00
committed by GitHub
23 changed files with 1084 additions and 313 deletions

View File

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