[common] Fix background for plugin panel

This commit is contained in:
Alexey Koshelev
2025-06-04 15:32:35 +03:00
parent 6b5d353454
commit f68d3e8a66
10 changed files with 11 additions and 2 deletions

View File

@ -180,6 +180,7 @@ define([
this.onCoauthOptions();
}
btn.options.type !== 'plugin' && $('.left-panel .plugin-panel').toggleClass('active', false);
this.fireEvent('panel:show', [this, btn.options.action, btn.pressed]);
Common.NotificationCenter.trigger('layout:changed', 'leftmenu');