Skip to content

Commit

Permalink
[se] Change "spreadsheet_api.onWorksheetChange".
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexeyMatveev686 committed Aug 17, 2023
1 parent 9bd14e0 commit c19176d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cell/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -8597,7 +8597,7 @@ var editor;
};

spreadsheet_api.prototype.onWorksheetChange = function(props) {
let ws = this.wb.getActiveWS();
let ws = this.wbModel.getActiveWs();
let range = null;
let result = null;
if (Array.isArray(props)) {
Expand Down

0 comments on commit c19176d

Please sign in to comment.