mirror of
https://github.com/ONLYOFFICE/sdkjs.git
synced 2026-04-07 14:09:12 +08:00
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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user