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
When the tree component is in the dragging state, the display followed by the mouse should be the node content. Normally, the content is not displayed, but after dragging all the way to the left, some other content will follow the mouse.
#5639
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
tree组件在拖拽状态下,鼠标上跟着的显示应该是节点内容,正常情况不显示内容了,但是一直往左拖动后,鼠标上会跟着一些其他内容。
When the tree component is in the dragging state, the display followed by the mouse should be the node content. Normally, the content is not displayed, but after dragging all the way to the left, some other content will follow the mouse.
May 24, 2022
Version
3.2.3
Environment
vue3.2.31 ,chrome 99,
Reproduction link
https://www.antdv.com/components/tree-cn#components-tree-demo-draggable
Steps to reproduce
点击进行拖拽,把鼠标往左移动
What is expected?
鼠标移动时候应该正常展示拖拽内容或者干脆不显示
What is actually happening?
显示内容不对,鼠标需要左移动较远距离才能看到鼠标上内容
The text was updated successfully, but these errors were encountered: