feat: events

This commit is contained in:
mathuo 2024-02-19 20:57:15 +00:00
parent 5fddff72e7
commit 889e4d200c
No known key found for this signature in database
GPG Key ID: C6EEDEFD6CA07281
2 changed files with 3 additions and 0 deletions

View File

@ -1374,6 +1374,8 @@ export class DockviewComponent
throw err;
}
this.updateWatermark();
this._onDidLayoutFromJSON.fire();
}

View File

@ -22,6 +22,7 @@ export {
export * from './paneview/paneview';
export * from './gridview/gridview';
export { GridviewComponentOptions } from './gridview/options';
export * from './dockview/dockviewGroupPanelModel';
export * from './gridview/baseComponentGridview';