mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 17:23:10 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -121,7 +121,7 @@ export default class InputBoxComponent extends ComponentBase implements ICompone
|
||||
if (input.hideErrors) {
|
||||
input.hideErrors = false;
|
||||
}
|
||||
this._onEventEmitter.fire({
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onDidChange,
|
||||
args: e
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user