Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
fix(change sheet): change sheet must setTimeOut
Browse files Browse the repository at this point in the history
  • Loading branch information
DR-Univer committed Aug 2, 2020
1 parent 7cac8e6 commit e51457e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/controllers/sheetmanage.js
Original file line number Diff line number Diff line change
Expand Up @@ -899,12 +899,12 @@ const sheetmanage = {
_this.setSheetParam();
_this.showSheet();

// setTimeout(function () {
setTimeout(function () {
_this.restoreCache();
formula.execFunctionGroup();
_this.restoreSheetAll(Store.currentSheetIndex);
luckysheetrefreshgrid();
// }, 1);
}, 1);

server.saveParam("shs", null, Store.currentSheetIndex);
}
Expand Down

0 comments on commit e51457e

Please sign in to comment.