From 6edbe019d66b5629adee2214a41be96de4f2c2df Mon Sep 17 00:00:00 2001 From: yflory Date: Tue, 5 May 2020 15:03:20 +0200 Subject: [PATCH] Fix fixSheets --- www/common/onlyoffice/inner.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/common/onlyoffice/inner.js b/www/common/onlyoffice/inner.js index f0884f918..18275f414 100644 --- a/www/common/onlyoffice/inner.js +++ b/www/common/onlyoffice/inner.js @@ -269,6 +269,8 @@ define([ // so that the messages we send to the realtime channel are // loadable by users joining after the checkpoint var fixSheets = function () { + var hasDrawings = checkDrawings(); + if (hasDrawings) { return; } // XXX we need a migration for old sheets... try { var editor = getEditor(); // if we are not in the sheet app