uxcore / uxcore-tree

Tree Component Based on React for PC

Home Page:http://uxco.re/components/tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ActionTreeNode缺少对onDoubleClick事件的绑定

MusTang5964 opened this issue · comments

使用ActionTreeNode时发现绑定在Tree上的onDoubleClick事件失效了。
经过排查后发现是https://github.com/uxcore/uxcore-tree/blob/master/src/ActionTreeNode.jsx#L48-L80 这里缺少了事件绑定。
参考rc-tree源码https://github.com/react-component/tree/blob/master/src/TreeNode.tsx#L511