From d266a086b60b4e7e2bae4481e43a850e311e6f59 Mon Sep 17 00:00:00 2001 From: Christopher Leidigh Date: Wed, 20 Dec 2017 15:53:06 -0500 Subject: [PATCH] SelectBox - Return focus to select after mouse selection. Fixes: #40596 (#40598) --- .../browser/ui/selectBox/selectBoxCustom.ts | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts index 61c5d4057f1..988282c032c 100644 --- a/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts +++ b/src/vs/base/browser/ui/selectBox/selectBoxCustom.ts @@ -155,7 +155,7 @@ export class SelectBoxList implements ISelectBoxDelegate, IDelegate