mirror of
https://github.com/ONLYOFFICE/web-apps.git
synced 2026-07-27 20:56:25 +08:00
Fix plugins in the left menu
This commit is contained in:
@ -62,6 +62,7 @@ define([
|
||||
})
|
||||
});
|
||||
this.btnMore.menu.on('item:click', _.bind(this.onMenuMore, this));
|
||||
this.btnMore.menu.on('item:custom-click', _.bind(this.onMenuMore, this));
|
||||
this.btnMore.menu.on('show:before', _.bind(this.onShowBeforeMoreMenu, this));
|
||||
this.btnMore.hide();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user