Skip to content
Snippets Groups Projects
Commit 40170ea5 authored by chris's avatar chris Committed by john
Browse files

remove saveHandler for notes editor

parent 2a733814
No related branches found
No related tags found
No related merge requests found
...@@ -64,9 +64,7 @@ class Notes extends Component { ...@@ -64,9 +64,7 @@ class Notes extends Component {
const editorSession = new EditorSession(doc, { const editorSession = new EditorSession(doc, {
configurator: configurator configurator: configurator
}) })
editorSession.setSaveHandler({
saveDocument: this.saveNotes
})
return { return {
editorSession: editorSession, editorSession: editorSession,
configurator: configurator configurator: configurator
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment