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

Merge pull request #2579 from daiyam/fix-turndown

fix paste
This commit is contained in:
Junyoung Choi (Sai)
2018-11-08 19:12:36 +09:00
committed by GitHub

View File

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