We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 974e7c0 commit 0596aafCopy full SHA for 0596aaf
components/vc-tree/src/TreeNode.jsx
@@ -435,7 +435,7 @@ const TreeNode = {
435
onMouseleave={this.onMouseLeave}
436
onContextmenu={this.onContextMenu}
437
onClick={this.onSelectorClick}
438
- onDoubleclick={this.onSelectorDoubleClick}
+ onDblclick={this.onSelectorDoubleClick}
439
onDragstart={draggable ? this.onDragStart : noop}
440
>
441
{$icon}
0 commit comments