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
{{ message }}
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
A few lines above we check if initialTabIndex < 0. Can't we directly after we do the indexOf just clamp it? Like initialTabIndex = initialTabIndex.clamp(0, tabs.length - 1)
A few lines above we check if
initialTabIndex < 0
. Can't we directly after we do theindexOf
justclamp
it? LikeinitialTabIndex = initialTabIndex.clamp(0, tabs.length - 1)
Originally posted by @MarcelGarus in #301
The text was updated successfully, but these errors were encountered: