提交 8c4af495 编写于 作者: I isidor

fixes #66487

上级 1604f94a
......@@ -495,7 +495,7 @@ export class FileDragAndDrop implements ITreeDragAndDrop<ExplorerItem> {
// All (target = model)
if (!target) {
return this.contextService.getWorkbenchState() === WorkbenchState.WORKSPACE ? { accept: true, bubble: TreeDragOverBubble.Down } : false; // can only drop folders to workspace
return { accept: true, bubble: TreeDragOverBubble.Down };
}
// All (target = file/folder)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册