提交 91e426e0 编写于 作者: I isidor

explorer: do not overwrite name on root drop

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