mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 09:35:37 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -195,7 +195,7 @@ export abstract class ComponentBase extends Disposable implements IComponent, On
|
||||
return this._onEventEmitter.event(handler);
|
||||
}
|
||||
|
||||
private fireEvent(event: IComponentEventArgs) {
|
||||
protected fireEvent(event: IComponentEventArgs) {
|
||||
this._onEventEmitter.fire(event);
|
||||
if (this._eventQueue) {
|
||||
this._eventQueue.push(event);
|
||||
|
||||
Reference in New Issue
Block a user