You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This method is being removed when 1.1 comes around, but for now I want to make sure it has an accurate implementation in the new tab implementation when compared to how setAlwaysDisplayTabMode worked in 0.11 and older releases.
The text was updated successfully, but these errors were encountered:
alwaysDisplayTabsMode and setAlwaysDisplayTabMode should have used TOP_ALWAYS instead of TOP.
When we remove these older functions, we might need to improve the API more to distinguish the uses of TOP_ALWAYS and BOTTOM_ALWAYS vs TOP and BOTTOM.
alwaysDisplayTabsMode and setAlwaysDisplayTabMode should have used TOP_ALWAYS instead of TOP.
When we remove these older functions, we might need to improve the API more to distinguish the uses of TOP_ALWAYS and BOTTOM_ALWAYS vs TOP and BOTTOM.
This method is being removed when 1.1 comes around, but for now I want to make sure it has an accurate implementation in the new tab implementation when compared to how
setAlwaysDisplayTabMode
worked in 0.11 and older releases.The text was updated successfully, but these errors were encountered: