Merge branch 'master' into jori/delete-redirect

This commit is contained in:
Tom Moor
2017-09-29 00:51:47 -04:00
committed by GitHub

View File

@@ -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;