mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -56,7 +56,7 @@ export default class ListBoxComponent extends ComponentBase implements IComponen
|
||||
this._register(attachListBoxStyler(this._input, this.themeService));
|
||||
this._register(this._input.onDidSelect(e => {
|
||||
this.selectedRow = e.index;
|
||||
this._onEventEmitter.fire({
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onSelectedRowChanged,
|
||||
args: e
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user