Skip to content

Commit

Permalink
fix: pinned tabs hidden when there are multi-row and 'Allow pinned ta…
Browse files Browse the repository at this point in the history
…bs to scroll' is enabled (closes #331)
  • Loading branch information
onemen committed Oct 3, 2024
1 parent 7f481c8 commit 7f59b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions addon/chrome/content/minit/tablib.js
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ Tabmix.tablib = {
`if (${doPosition} && TabmixTabbar.isMultiRow &&
Tabmix.prefs.getBoolPref("pinnedTabScroll")) {
${doPosition} = false;
this.toggleAttribute("positionpinnedtabs", false);
}
if (${doPosition} && TabmixTabbar.isMultiRow) {` + $LF +
(Tabmix.isVersion(1190) ? ' this.toggleAttribute("positionpinnedtabs", true)' :
Expand Down

0 comments on commit 7f59b96

Please sign in to comment.