diff --git a/gui/app/pods/document/index/controller.js b/gui/app/pods/document/index/controller.js index 86ef6140..8896a9db 100644 --- a/gui/app/pods/document/index/controller.js +++ b/gui/app/pods/document/index/controller.js @@ -70,7 +70,6 @@ export default Controller.extend(Tooltips, Notifier, { }, onSavePage(page, meta) { - this.showWait(); let document = this.get('document'); let documentId = document.get('id'); @@ -88,6 +87,8 @@ export default Controller.extend(Tooltips, Notifier, { meta: meta.toJSON({ includeId: true }) }; + this.showWait(); + this.get('documentService').updatePage(documentId, page.get('id'), model).then((/*up*/) => { this.showDone();