Skip to content

Commit

Permalink
fix: #1812
Browse files Browse the repository at this point in the history
  • Loading branch information
wugaoliang committed Jun 29, 2021
1 parent d97dfb4 commit 12d9519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tree/Tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ const Tree = (props) => {
m.onClick(node, contextMenuFun.current)
} else {
if (m.type === 'editNode') {
editNode(node, e)
editNode(node)
}
if (m.type === 'addSiblingNode') {
addSiblingNode(node)
Expand Down

0 comments on commit 12d9519

Please sign in to comment.