From c19176dbb8424898089aec062664d830cdb2d89a Mon Sep 17 00:00:00 2001 From: AlexeyMatveev686 Date: Thu, 17 Aug 2023 11:16:46 +0300 Subject: [PATCH] [se] Change "spreadsheet_api.onWorksheetChange". --- cell/api.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cell/api.js b/cell/api.js index 50f86153ff..fa4be26b5f 100644 --- a/cell/api.js +++ b/cell/api.js @@ -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)) {