We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
拖拽回调事件(BRV:1.6.0) 1、必现:将列表中第一个位置的item拖拽到第三个位置,或者第三个位置的item拖拽到第一个,onDrag回调都不触发 2、第一次先进行一次正常的拖拽,后续长按后直接松开,不进行item交换,还是会触发onDrag事件
希望能正确触发onDrag回调
Demo就可以复现
希望快速解决请Fork仓库复现问题并附上链接, 否则只能等有空才能排查 凭空猜测只会让问题晦涩难懂, 浪费本项目可持续维护时间
异常堆栈信息或者手机截图/视频(拖拽到输入框即可上传)
The text was updated successfully, but these errors were encountered:
5ba72fc
fix: #461 修复拖拽交换禁止拖拽的item未触发onDrag函数
c005828
1bcb255
No branches or pull requests
问题描述
拖拽回调事件(BRV:1.6.0)
1、必现:将列表中第一个位置的item拖拽到第三个位置,或者第三个位置的item拖拽到第一个,onDrag回调都不触发
2、第一次先进行一次正常的拖拽,后续长按后直接松开,不进行item交换,还是会触发onDrag事件
期望结果
希望能正确触发onDrag回调
如何复现
Demo就可以复现
截图
异常堆栈信息或者手机截图/视频(拖拽到输入框即可上传)
版本
The text was updated successfully, but these errors were encountered: