mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 22:30:56 +08:00
[SSE] Select entire pivot table.
This commit is contained in:
@ -145,6 +145,9 @@ define([
|
||||
},
|
||||
|
||||
onSelectClick: function(btn, opts){
|
||||
if (this.api) {
|
||||
this._originalProps.asc_select(this.api);
|
||||
}
|
||||
Common.NotificationCenter.trigger('edit:complete', this);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user