mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-23 09:35:39 -05:00
add create webview event and fix fire event in model view (#2405)
This commit is contained in:
@@ -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
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user