mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-15 18:46:36 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -82,7 +82,7 @@ export default class WebViewComponent extends ComponentBase implements IComponen
|
||||
this._register(this._webview.onDidClickLink(link => this.onDidClickLink(link)));
|
||||
|
||||
this._register(this._webview.onMessage(e => {
|
||||
this._onEventEmitter.fire({
|
||||
this.fireEvent({
|
||||
eventType: ComponentEventType.onMessage,
|
||||
args: e
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user