Skip to content

Commit 325ef8c

Browse files
committed
1 parent 37c68c3 commit 325ef8c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/files/browser/views/explorerViewer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -781,7 +781,7 @@ export class FileDragAndDrop implements ITreeDragAndDrop<ExplorerItem> {
781781
rootsToMove.push(data);
782782
}
783783
}
784-
if (!targetIndex) {
784+
if (targetIndex === undefined) {
785785
targetIndex = workspaceCreationData.length;
786786
}
787787

0 commit comments

Comments
 (0)