remove some diffs from vscode (#6780)

This commit is contained in:
Anthony Dresser
2019-08-17 14:43:51 -07:00
committed by GitHub
parent 6f037ce064
commit b4c2acb8d0
5 changed files with 16 additions and 42 deletions

View File

@@ -647,7 +647,6 @@ export class MouseController<T> implements IDisposable {
}
const newSelection = disjunction(rangeSelection, relativeComplement(selection, contiguousRange));
this.list.setFocus([focus]);
this.list.setSelection(newSelection, e.browserEvent);
} else if (this.isSelectionSingleChangeEvent(e)) {