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
Fix progressBarOrientation config not honoring "horizontal" (#1)
The config only checked for === 'vertical', so setting "horizontal"
(which the example config documents as the default) had no effect —
orientation always stayed 'vertical'.
0 commit comments