Merge pull request #518 from mathuo/479-is-there-any-way-to-focus-the-panel-content

feat: events
This commit is contained in:
mathuo 2024-02-19 20:57:42 +00:00 committed by GitHub
commit fd2460416a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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';