mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
Merge from vscode cfc1ab4c5f816765b91fb7ead3c3427a7c8581a3
This commit is contained in:
@@ -76,7 +76,7 @@ export class DropdownList extends Dropdown {
|
||||
}
|
||||
}));
|
||||
|
||||
this._register(this._list.onSelectionChange(() => {
|
||||
this._register(this._list.onDidChangeSelection(() => {
|
||||
// focus on the dropdown label then hide the dropdown list
|
||||
this.element.focus();
|
||||
this.hide();
|
||||
|
||||
Reference in New Issue
Block a user