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
When you drag the sidebar closed on macOS, it disappears as expected. However, there seems to be no way to open it again. My initial instinct is there would be a ref with a method I could call from TabView, something like tabViewRef.current.openSidebar() or something, but it appears if there's no ref available on TabView.
I suppose this is more of a question that might be a feature request if I'm not overlooking something and thanks for the great library!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
When you drag the sidebar closed on macOS, it disappears as expected. However, there seems to be no way to open it again. My initial instinct is there would be a ref with a method I could call from TabView, something like
tabViewRef.current.openSidebar()
or something, but it appears if there's no ref available on TabView.I suppose this is more of a question that might be a feature request if I'm not overlooking something and thanks for the great library!
Beta Was this translation helpful? Give feedback.
All reactions