CollectionNew scene

This commit is contained in:
Tom Moor
2017-07-09 10:27:29 -07:00
parent 98da54d82a
commit f456dc6b6a
12 changed files with 164 additions and 72 deletions

View File

@@ -120,7 +120,7 @@ type Props = {
onChange = text => {
if (!this.document) return;
this.document.updateData({ text, hasPendingChanges: true });
this.document.updateData({ text });
};
onCancel = () => {