Skip to content
New issue

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

树形结构表格同层级拖拽边界问题 #19

Open
hxzAugustinus opened this issue May 11, 2023 · 1 comment
Open

树形结构表格同层级拖拽边界问题 #19

hxzAugustinus opened this issue May 11, 2023 · 1 comment

Comments

@hxzAugustinus
Copy link

树型结构示例如下:

parent1 -----------------
child1 -----------
child2 -----------
child3 -----------

复现步骤:

  1. 拖拽起 child1
  2. 滑过child2,此时不松开,此时序列为: child2 / child1 / child3
  3. 然后 再 滑过child2 ,然后松开就报错 ,此时序列为: child1 / child2 / child3 ,

报错信息:
image

总结:
拖拽一行和其他的交换位置后,并未松开,然后后悔操作再拖拽回原来的位置 就会报上述错误

@hxzAugustinus
Copy link
Author

hxzAugustinus commented May 11, 2023

image
使用在线的demo 页面 , 连续做2次类似的操作(先拖拽,再后悔,拖拽回原来的位置),也会报错(和我本地错误不太一样)
@mizuka-wu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant