Skip to content

Commit

Permalink
fix: dropdown list is now working correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
zzc-1024 committed Sep 1, 2023
1 parent 8613158 commit 32f5676
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/controllers/dataVerificationCtrl.js
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,8 @@ const dataVerificationCtrl = {
'top': row_pre - myh,
})
}

formula.rangetosheet = Store.currentSheetIndex;
},
getDropdownList: function(txt){
let list = [];
Expand Down

0 comments on commit 32f5676

Please sign in to comment.