Results 13 comments of flight9

我发现, 源代码中下面这些行: https://github.com/phphe/vue-draggable-nested-tree/blob/3ca6ce57cf6c4cfb0142c2d2ca5ebc8fc4812c70/src/components/autoMoveDragPlaceHolder.js#L362 https://github.com/phphe/vue-draggable-nested-tree/blob/3ca6ce57cf6c4cfb0142c2d2ca5ebc8fc4812c70/src/components/autoMoveDragPlaceHolder.js#L368 https://github.com/phphe/vue-draggable-nested-tree/blob/3ca6ce57cf6c4cfb0142c2d2ca5ebc8fc4812c70/src/components/autoMoveDragPlaceHolder.js#L371 都改为: ``` targets['after'](info); ``` 可以修复上述问题, 但我不确定 `if-else` 层次中是否还有其他分支影响到这个问题。