提交 84a6d429 编写于 作者: I isidor

fixes #70117

上级 f047436f
......@@ -753,7 +753,8 @@ export class FileDragAndDrop implements ITreeDragAndDrop<ExplorerItem> {
for (let index = 0; index < folders.length; index++) {
const data = {
uri: folders[index].uri
uri: folders[index].uri,
name: folders[index].name
};
if (target instanceof ExplorerItem && folders[index].uri.toString() === target.resource.toString()) {
targetIndex = index;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册