mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 05:35:45 +01:00
Fix sizing of pinned tabs after toggling tab numbers.
This commit is contained in:
@@ -1370,6 +1370,8 @@ var Dactyl = Module("dactyl", XPCOM(Ci.nsISupportsWeakReference, ModuleBase), {
|
|||||||
tabs.tabBinding.enabled = Array.some(opts, function (k) k in this.opts, this);
|
tabs.tabBinding.enabled = Array.some(opts, function (k) k in this.opts, this);
|
||||||
tabs.updateTabCount();
|
tabs.updateTabCount();
|
||||||
}
|
}
|
||||||
|
if (config.tabbrowser.tabContainer._positionPinnedTabs)
|
||||||
|
config.tabbrowser.tabContainer._positionPinnedTabs();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
].filter(function (group) !group.feature || dactyl.has(group.feature));
|
].filter(function (group) !group.feature || dactyl.has(group.feature));
|
||||||
|
|||||||
Reference in New Issue
Block a user