Skip to content

Commit 6289705

Browse files
committed
fix: directory throw error
1 parent 2aa2094 commit 6289705

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

antdv-demo

components/vc-tree/src/Tree.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ const Tree = {
415415
selected: targetSelected,
416416
node: treeNode,
417417
selectedNodes,
418-
nativeEvent: e.nativeEvent,
418+
nativeEvent: e,
419419
};
420420
this.__emit('update:selectedKeys', selectedKeys);
421421
this.__emit('select', selectedKeys, eventObj);

0 commit comments

Comments
 (0)