emilkowalski / vaul

An unstyled drawer component for React.
https://vaul.emilkowal.ski
MIT License
5.27k stars 170 forks source link

how to disable dragging inside Drawer? #327

Open MirroxDev opened 2 months ago

MirroxDev commented 2 months ago

I'm using @react-google-maps/api inside my Drawer and when dragging the map the Drawer closes, how can I disable dragging inside the Drawer?

Stephen-Gordon commented 2 months ago

Did you try to make the children non draggable? You can follow this CodeSandbox example:

https://codesandbox.io/p/devbox/drawer-with-scale-forked-hwtfws?file=%2Fapp%2Fmy-drawer.tsx%3A42%2C37