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
[缺陷描述]:有一个树节点, 如例子demo中的
<Tree selectable={true} onSelect={(key, e) => {console.log('onSelect')}} ></Tree>
<ActionTreeNode key={item.key} title={item.title} actionAble actions={[{ text: '新增', onClick: () => { console.log('lalalazzz'); }, }]} > {loopDropDown(item.children)} </ActionTreeNode>
[重现步骤]:
[期望结果]:
[实际结果]:
[原因定位]: https://github.com/uxcore/uxcore-tree/blob/master/src/ActionTreeNode.jsx#L83 这里希望阻止事件冒泡,并且传一些重要的参数。
[修复建议]:
The text was updated successfully, but these errors were encountered:
ex90rts
No branches or pull requests
[缺陷描述]:有一个树节点, 如例子demo中的
[重现步骤]:
[期望结果]:
[实际结果]:
[原因定位]:
https://github.com/uxcore/uxcore-tree/blob/master/src/ActionTreeNode.jsx#L83
这里希望阻止事件冒泡,并且传一些重要的参数。
[修复建议]:
The text was updated successfully, but these errors were encountered: