mirror of
https://github.com/mathuo/dockview
synced 2025-08-13 04:36:01 +00:00
feat: events
This commit is contained in:
parent
5fddff72e7
commit
889e4d200c
@ -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