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
feat(scroll-area): add dragging state to scroll area context and machine (#2652)
* feat(scroll-area): add dragging state to scroll area context and machine
- Introduced a new `dragging` property in the ScrollAreaContext interface.
- Updated the state machine to manage the `dragging` state during drag events.
- Enhanced the connect function to expose the `dragging` state for UI binding.
* feat(scroll-area): add hover and dragging data attributes to connect function
* docs: changelog
---------
Co-authored-by: Segun Adebayo <joseshegs@gmail.com>
0 commit comments