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

Commit

Permalink
fix(pivot table change sheet bug): if prevous sheet is pivot table an…
Browse files Browse the repository at this point in the history
…d pennel is closed, change bug
  • Loading branch information
DR-Univer committed Aug 2, 2020
1 parent c806211 commit 7cac8e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/controllers/sheetmanage.js
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,9 @@ const sheetmanage = {
$("#luckysheet-modal-dialog-slider-pivot").hide();
luckysheetsizeauto(false);
}
else if(Store.luckysheetcurrentisPivotTable) {
Store.luckysheetcurrentisPivotTable = false;
}

let load = file["load"];
if (load != null) {
Expand Down

0 comments on commit 7cac8e6

Please sign in to comment.