We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf9baf + d680e3b commit 4efd133Copy full SHA for 4efd133
src/vs/workbench/contrib/scm/browser/scmViewlet.ts
@@ -324,7 +324,7 @@ export class MainPanel extends ViewletPanel {
324
}
325
326
private onListSelectionChange(e: IListEvent<ISCMRepository>): void {
327
- if (e.elements.length > 0 && e.browserEvent) {
+ if (e.elements.length > 0) {
328
const scrollTop = this.list.scrollTop;
329
this.viewModel.setVisibleRepositories(e.elements);
330
this.list.scrollTop = scrollTop;
0 commit comments