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 the tab rail flickering on narrow iPad windows
The rail was hidden when the split view collapsed, but that freed up enough
width for the split to expand again, showing the rail and collapsing the split.
The split's state now only hides the rail and showing it again is driven by the
container's width growing.
0 commit comments