This commit is contained in:
Tom Moor
2018-08-16 22:53:58 -07:00
parent be09b290b7
commit e58da006d0

View File

@@ -165,7 +165,7 @@ class DocumentScene extends React.Component<Props> {
) => {
let document = this.document;
if (!document) return;
// get the latest version of the editor text value
const text = this.getEditorText();