mirror of
https://github.com/mathuo/dockview
synced 2025-08-15 21:56:00 +00:00
Merge pull request #518 from mathuo/479-is-there-any-way-to-focus-the-panel-content
feat: events
This commit is contained in:
commit
fd2460416a
@ -1374,6 +1374,8 @@ export class DockviewComponent
|
||||
throw err;
|
||||
}
|
||||
|
||||
this.updateWatermark();
|
||||
|
||||
this._onDidLayoutFromJSON.fire();
|
||||
}
|
||||
|
||||
|
@ -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';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user