mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Fix select box event ordering (#13831)
* Fix select box event ordering * more fixes * Fix page * Revert typing change * Undo param * Fix compile error * Completely remove typings
This commit is contained in:
@@ -81,8 +81,8 @@ export class SelectBox extends vsSelectBox {
|
||||
|
||||
this._selectedOption = selectedOption;
|
||||
this._register(super.onDidSelect(newSelect => {
|
||||
this._onDidSelect.fire(newSelect);
|
||||
this.onSelect(newSelect);
|
||||
this._onDidSelect.fire(newSelect);
|
||||
}));
|
||||
|
||||
this.enabledSelectBackground = this.selectBackground;
|
||||
|
||||
Reference in New Issue
Block a user