This commit is contained in:
rebornix 2021-04-21 16:02:20 -07:00
parent dd2aefcd7c
commit 306f32b7ce
No known key found for this signature in database
GPG key ID: 181FC90D15393C20

View file

@ -1008,6 +1008,10 @@ export class NotebookEditorWidget extends Disposable implements INotebookEditor
}
});
this._localStore.add(this._webview.onMessage(e => {
this._onDidReceiveMessage.fire(e);
}));
resolve(this._webview);
});