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
fix: after selecting and dragging text, the table still scrolls even after releasing the mouse. (#328)
* fix: enhance useScrollDrag with unified drag state cleanup
* 3.19.2
* fix: revert version to 3.19.1 in package.json
The package version was changed from 3.19.2 to 3.19.1, possibly to correct a versioning error or revert a previous update.
* test: add test to prevent scroll after text drop
Introduces a test to verify that the list does not scroll when table text is dragged and dropped, ensuring onScroll is not triggered during drag-and-drop interactions.
* chore: translate comments in scroll test to English
* fix: remove blur and visibilitychange cleanup in useScrollDrag
* chore: remote comment
* chore: remove comments from scroll drag code and tests
* fix: refactor scroll drag event handling and test helper
* fix: handle drag events in useScrollDrag hook
* chore: refactor scroll test for drag-and-drop behavior
* chore: not block dragstart
---------
Co-authored-by: 二货机器人 <[email protected]>
0 commit comments