emilkowalski / vaul

A drawer component for React.
https://vaul.emilkowal.ski
MIT License
6.5k stars 216 forks source link

When dragleave is outside the page BottomSheet hangs in the air #389

Closed danchistyakov closed 2 months ago

danchistyakov commented 4 months ago

Here you can see that when I stop dragging BottomSheet outside the page it continues hanging in the air.

Actual behaviour: transform: translate3d(0px, -19.2872px, 0px); Expected behaviour: transform: translate3d(0px, 0px, 0px);

Снимок экрана 2024-07-31 в 18 13 30
emilkowalski commented 2 months ago

Should be fixed.