leave a note to fix a spreadsheet bug

pull/1/head
ansuz 4 years ago
parent b491408a0c
commit 6bcb2a65e6

@ -2466,6 +2466,7 @@ define([
newDoc = !content.hashes || Object.keys(content.hashes).length === 0; newDoc = !content.hashes || Object.keys(content.hashes).length === 0;
} else if (!privateData.isNewFile) { } else if (!privateData.isNewFile) {
// This is an empty doc but not a new file: error // This is an empty doc but not a new file: error
// XXX clear cache before reloading
UI.errorLoadingScreen(Messages.unableToDisplay, false, function () { UI.errorLoadingScreen(Messages.unableToDisplay, false, function () {
common.gotoURL(''); common.gotoURL('');
}); });

Loading…
Cancel
Save