Skip to content

Commit 62a8ffb

Browse files
authored
Merge pull request #2579 from daiyam/fix-turndown
fix paste
2 parents 157eb5f + 1e3cf6f commit 62a8ffb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

browser/components/CodeEditor.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ export default class CodeEditor extends React.Component {
6363

6464
this.formatTable = () => this.handleFormatTable()
6565
this.editorActivityHandler = () => this.handleEditorActivity()
66+
67+
this.turndownService = new TurndownService()
6668
}
6769

6870
handleSearch (msg) {

0 commit comments

Comments
 (0)