mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Fix bug following mail tags management CSS changes
This commit is contained in:
@@ -144,6 +144,13 @@ SOGoTabsController.prototype = {
|
||||
content.addClassName("active");
|
||||
this.activeTab.fire("tabs:click", content.id);
|
||||
|
||||
content.select('.tabsContainer').each(function(c) {
|
||||
// When the tab contains an inner tabs container,
|
||||
// show or hide the tabs navigation arrows of this
|
||||
// inner container
|
||||
c.controller.recomputeMinOffset();
|
||||
});
|
||||
|
||||
// Prototype alternative
|
||||
|
||||
//oldContent.removeClassName("active");
|
||||
|
||||
Reference in New Issue
Block a user