fix/se-add-named-sheet-event (#1622)

[se] Send change active named sheet event

Co-authored-by: GoshaZotov <Igor.Zotov@onlyoffice.com>
Co-committed-by: GoshaZotov <Igor.Zotov@onlyoffice.com>
This commit is contained in:
GoshaZotov
2025-11-01 09:56:44 +00:00
committed by Igor Zotov
parent aee0802af8
commit c83f6ca333

View File

@ -12285,6 +12285,7 @@
Worksheet.prototype.setActiveNamedSheetView = function (id) {
this.activeNamedSheetViewId = id;
this.workbook.handlers && this.workbook.handlers.trigger("asc_onChangeActiveNamedSheetView");
};
Worksheet.prototype.getNvsFilterByTableName = function (val, opt_name, viewId) {