mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-06 09:35:41 -05:00
remove some diffs from vscode (#6780)
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user