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
3.9.2
Mac, Chrome
https://ant.design/components/tree-cn/#Tree-props
使用Tree的onDrop事件时,定义的参数类型和实际获取到的参数类型不同
Tree 的 onDrop 事件的类型定义应该与实际一致
实际上 onDrop 事件的类型定义只有 event 和 node.
The text was updated successfully, but these errors were encountered:
Translation of this issue:
The onDrop event in ## Tree is incomplete
When using the tree's onDrop event, the defined parameter type is different from the actual obtained parameter type.
The type definition of the tree's onDrop event should be consistent with the actual
In fact, the type definition of the onDrop event is only event and node.
Sorry, something went wrong.
e58273d
zombieJ
No branches or pull requests
Version
3.9.2
Environment
Mac, Chrome
Reproduction link
https://ant.design/components/tree-cn/#Tree-props
Steps to reproduce
使用Tree的onDrop事件时,定义的参数类型和实际获取到的参数类型不同
What is expected?
Tree 的 onDrop 事件的类型定义应该与实际一致
What is actually happening?
实际上 onDrop 事件的类型定义只有 event 和 node.
The text was updated successfully, but these errors were encountered: