Closed danchistyakov closed 2 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);
Should be fixed.
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);