Replies: 1 comment
-
|
This is also an issue when replacing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello folks, I'm facing an issue where when my Sidebar is in mobile mode, i.e. the viewport is small enough for the responsive sidebar that covers up my content area to take over, my Sidebar.Trigger is triggering my Drawer.
The code (with omissions) is as follows: (see shorter version below)
The simplified hierarchy is as follows:
The hierarchy is
Drawer -> Sidebar -> Collapsible -> DropdownMenuand for some reason theSidebar.Triggeris activating theDrawer. Why is this happening? This only occurs when the viewport is small enough for the sidebar to be in mobile mode. I heard this could be some issue of events bubbling up, and the fact that aSheetis used for theDraweron mobile, but I'm not sure how I would fix it.Beta Was this translation helpful? Give feedback.
All reactions