浏览代码

fixes #626

tags/v0.1.11
Big Bad Waffle 6 年前
父节点
当前提交
298b570114
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. +5
    -0
      src/server/security/sheets.js

+ 5
- 0
src/server/security/sheets.js 查看文件

@@ -23,6 +23,11 @@ define([
},

onGetInfo: function () {
if (!this.doc.worksheets) {
setTimeout(this.onAuth.bind(this), 300000);
return;
}

this.sheet = this.doc.worksheets[0];

this.update();


正在加载...
取消
保存