Fix plugins in the left menu

This commit is contained in:
Julia Radzhabova
2025-02-28 21:03:03 +03:00
parent b063e36531
commit 54cf02c3a7

View File

@ -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();