Skip to content

Commit 27bd5c3

Browse files
committed
fix: tree dragover not work #469
1 parent 28d7194 commit 27bd5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-tree/src/Tree.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ const Tree = {
323323
if (dropPosition === _dropPosition) return;
324324

325325
this.setState({
326-
_dropPosition,
326+
_dropPosition: dropPosition,
327327
});
328328
}
329329
this.__emit('dragover', { event, node });

0 commit comments

Comments
 (0)