diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index 8657723a..7bdb8023 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -161,6 +161,7 @@ type Props = { onSave = async (redirect: boolean = false) => { if (this.document && !this.document.allowSave) return; + this.editCache = null; let document = this.document; if (!document) return;