From 6bcb2a65e612d85d2c6d282649071b40e32df7a1 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 2 Apr 2021 10:07:07 +0530 Subject: [PATCH] leave a note to fix a spreadsheet bug --- www/common/onlyoffice/inner.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/common/onlyoffice/inner.js b/www/common/onlyoffice/inner.js index ef43b06b0..f82b95153 100644 --- a/www/common/onlyoffice/inner.js +++ b/www/common/onlyoffice/inner.js @@ -2466,6 +2466,7 @@ define([ newDoc = !content.hashes || Object.keys(content.hashes).length === 0; } else if (!privateData.isNewFile) { // This is an empty doc but not a new file: error + // XXX clear cache before reloading UI.errorLoadingScreen(Messages.unableToDisplay, false, function () { common.gotoURL(''); });