diff --git a/app/scenes/Document/Document.js b/app/scenes/Document/Document.js index a11f43121..9b62fcb4f 100644 --- a/app/scenes/Document/Document.js +++ b/app/scenes/Document/Document.js @@ -165,7 +165,7 @@ class DocumentScene extends React.Component { ) => { let document = this.document; if (!document) return; - + // get the latest version of the editor text value const text = this.getEditorText();