diff --git a/frontend/scenes/Document/Document.js b/frontend/scenes/Document/Document.js index 6b6462913..b8dbff7be 100644 --- a/frontend/scenes/Document/Document.js +++ b/frontend/scenes/Document/Document.js @@ -107,7 +107,6 @@ type Props = { onClickEdit = () => { if (!this.document) return; const url = `${this.document.url}/edit`; - this.editCache = document.text; this.props.history.push(url); };