Fix broken spreadsheets

This commit is contained in:
yflory 2020-05-13 14:14:26 +02:00
parent 9b5c1347a4
commit 6456f81e0b

View file

@ -281,8 +281,6 @@ define([
// so that the messages we send to the realtime channel are // so that the messages we send to the realtime channel are
// loadable by users joining after the checkpoint // loadable by users joining after the checkpoint
var fixSheets = function () { var fixSheets = function () {
var hasDrawings = checkDrawings();
if (hasDrawings) { return; }
try { try {
var editor = getEditor(); var editor = getEditor();
// if we are not in the sheet app // if we are not in the sheet app