Skip to content

Commit

Permalink
chore: optional TMP only call
Browse files Browse the repository at this point in the history
  • Loading branch information
117649 committed Nov 1, 2024
1 parent 7c1e1c5 commit fca2fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resource/modules/TabItems.jsm
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ this.TabItem.prototype = {
UI.goToTab(this.tab);

if(notSelected) gBrowser.tabContainer.arrowScrollbox.ensureElementIsVisible(this.tab,true);
gBrowser.tabContainer.arrowScrollbox._updateScrollButtonsDisabledState();
gBrowser.tabContainer.arrowScrollbox?._updateScrollButtonsDisabledState();
// make sure gBrowser.tabContainer.arrowScrollbox "overflow-end-indicator" is handeled

// tab might not be selected because hideTabView() is invoked after
Expand Down

0 comments on commit fca2fe4

Please sign in to comment.