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

Commit

Permalink
fix(bug): bug
Browse files Browse the repository at this point in the history
bug

fix #433
  • Loading branch information
wpxp123456 committed Jan 11, 2021
1 parent 025823b commit 5ce1f4a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/global/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -2621,6 +2621,14 @@ export function setRangeShow(range, options = {}) {
return tooltip.info("The order parameter is invalid.", "");
}

for(let i = 0; i < range.length; i++){
let changeparam = menuButton.mergeMoveMain(range[i].column, range[i].row, range[i]);
range[i] = {
"row": changeparam[1],
"column": changeparam[0]
}
}

file.luckysheet_select_save = range;

if(file.index == Store.currentSheetIndex){
Expand Down

0 comments on commit 5ce1f4a

Please sign in to comment.