From eaf1e08752639d30f3c77988579d1065cdd9b165 Mon Sep 17 00:00:00 2001 From: Matt Irvine Date: Tue, 12 Jun 2018 14:48:58 -0700 Subject: [PATCH] Fix bug where select box selection could not be changed by mouse (#1616) --- src/vs/base/browser/ui/selectBox/selectBoxCustom.ts | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts index 00d68c6b85..b8d206ce07 100644 --- a/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts +++ b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts @@ -541,21 +541,22 @@ export class SelectBoxList implements ISelectBoxDelegate, IDelegate= 0) { this.select(this._currentSelection); }