add create webview event and fix fire event in model view (#2405)

This commit is contained in:
Abbie Petchtes
2018-09-05 14:07:52 -07:00
committed by GitHub
parent b7f4f6af3a
commit 534bbe9b9a
17 changed files with 39 additions and 20 deletions

View File

@@ -139,7 +139,7 @@ export default class DeclarativeTableComponent extends ComponentBase implements
column: cell,
value: newValue
};
this._onEventEmitter.fire({
this.fireEvent({
eventType: ComponentEventType.onDidChange,
args: newCellData
});