mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-25 08:16:10 +08:00
[DE] Fix Bug 37460
This commit is contained in:
@ -205,6 +205,7 @@ define([
|
||||
onSelectItem: function(picker, item, record, e){
|
||||
if (!this._navigationObject) return;
|
||||
this._navigationObject.goto(record.get('index'));
|
||||
Common.NotificationCenter.trigger('edit:complete', this.panelNavigation);
|
||||
},
|
||||
|
||||
onMenuItemClick: function (menu, item) {
|
||||
|
||||
Reference in New Issue
Block a user