From 54cf02c3a73e67ae7f75a017ef12654c48801014 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Fri, 28 Feb 2025 21:03:03 +0300 Subject: [PATCH] Fix plugins in the left menu --- apps/common/main/lib/component/SideMenu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/common/main/lib/component/SideMenu.js b/apps/common/main/lib/component/SideMenu.js index fed942c650..b49ebcad48 100644 --- a/apps/common/main/lib/component/SideMenu.js +++ b/apps/common/main/lib/component/SideMenu.js @@ -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();