fix: tree dragover not work #469

pull/538/head
tangjinzhou 2019-02-22 21:35:46 +08:00
parent 28d7194c94
commit 27bd5c3da3
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ const Tree = {
if (dropPosition === _dropPosition) return;
this.setState({
_dropPosition,
_dropPosition: dropPosition,
});
}
this.__emit('dragover', { event, node });