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
Swipe-to-close now works from scrollable content. A scrollable full-screen drawer couldn't be flicked closed even when scrolled to the top (regression vs vaul). The browser fires pointercancel the moment it claims a touch gesture for native scrolling, which was aborting the drag. The drawer now ignores pointercancel for touch input and finishes the gesture through a touchmove/touchend fallback.
Default scrollLockTimeout raised 100ms → 250ms so the drawer is less eager to re-drag immediately after a scroll.
Demo
New Full-screen scrollable drawer example on the homepage.