Skip to content

Commit 19c2382

Browse files
authored
listWidget: remove redundant logic (microsoft#191054)
1 parent c39b2ff commit 19c2382

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/vs/base/browser/ui/list/listWidget.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -732,10 +732,6 @@ export class MouseController<T> implements IDisposable {
732732
return;
733733
}
734734

735-
if (this.isSelectionRangeChangeEvent(e)) {
736-
return this.changeSelection(e);
737-
}
738-
739735
if (this.isSelectionChangeEvent(e)) {
740736
return this.changeSelection(e);
741737
}

0 commit comments

Comments
 (0)