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
我的需求是拖拽节点到另一个节点时需要判断此次拖拽是否可以拖拽,如果不可以这个时候就需要一个方法来取消掉这次拖拽事件,但是目前tree组件没有提供这个功能
建议可以增加该方法
The text was updated successfully, but these errors were encountered:
👋 @ljh0809,感谢给 TDesign 提出了 issue。 请根据 issue 模版确保背景信息的完善,我们将调查并尽快回复你。
Sorry, something went wrong.
查看了下代码,感觉可以加个 dropStart 事件,提供 drop 相关事件参数,在实际执行插入动作之前执行,并在事件后判断是否切断后续动作。
TDesignOteam/tdesign-api#305
supported 1.9.7
TabSpace
No branches or pull requests
这个功能解决了什么问题
我的需求是拖拽节点到另一个节点时需要判断此次拖拽是否可以拖拽,如果不可以这个时候就需要一个方法来取消掉这次拖拽事件,但是目前tree组件没有提供这个功能
你建议的方案是什么
建议可以增加该方法
The text was updated successfully, but these errors were encountered: