fix: tree dragover not work #469
parent
28d7194c94
commit
27bd5c3da3
|
@ -323,7 +323,7 @@ const Tree = {
|
||||||
if (dropPosition === _dropPosition) return;
|
if (dropPosition === _dropPosition) return;
|
||||||
|
|
||||||
this.setState({
|
this.setState({
|
||||||
_dropPosition,
|
_dropPosition: dropPosition,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
this.__emit('dragover', { event, node });
|
this.__emit('dragover', { event, node });
|
||||||
|
|
Loading…
Reference in New Issue