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 using drawer with snapPoints, clicking outside the drawer (with modal={false}) is impossible due to pointer-events:none being set on the body.
Drawer is controlled with open={someState} prop being passed. Trigger is not used
When using drawer with snapPoints, clicking outside the drawer (with modal={false}) is impossible due to pointer-events:none being set on the body.
Drawer is controlled with open={someState} prop being passed. Trigger is not used
vaul/src/index.tsx
Line 187 in 73d06cd
This is not getting fired because changin open props will not call setIsOpen
vaul/src/index.tsx
Line 742 in 73d06cd
This is not getting fired because drawer is already mounted, and [open] is not part of dependencies, so opening a drawer will not fire this effect
The text was updated successfully, but these errors were encountered: