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