From e58da006d0e276ac93c2dfa37c345737df622910 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 16 Aug 2018 22:53:58 -0700 Subject: [PATCH] :shirt: --- app/scenes/Document/Document.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();