mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 01:25:38 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -51,7 +51,7 @@ export default class RadioButtonComponent extends ComponentBase implements IComp
|
||||
this._register(this._input);
|
||||
this._register(this._input.onClicked(e => {
|
||||
this.checked = this._input.checked;
|
||||
this._onEventEmitter.fire({
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onDidClick,
|
||||
args: e
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user