mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 17:22:45 -05:00
Call ModelView base init after view init (#13261)
* Call ModelView base init after view init * baseInit to end
This commit is contained in:
@@ -63,7 +63,7 @@ export default class ToolbarContainer extends ContainerBase<ToolbarItemConfig> i
|
||||
this._orientation = Orientation.Horizontal;
|
||||
}
|
||||
|
||||
ngOnInit(): void {
|
||||
ngAfterViewInit(): void {
|
||||
this.baseInit();
|
||||
}
|
||||
|
||||
@@ -71,9 +71,6 @@ export default class ToolbarContainer extends ContainerBase<ToolbarItemConfig> i
|
||||
this.baseDestroy();
|
||||
}
|
||||
|
||||
ngAfterViewInit(): void {
|
||||
}
|
||||
|
||||
/// IComponent implementation
|
||||
|
||||
public setLayout(layout: ToolbarLayout): void {
|
||||
|
||||
Reference in New Issue
Block a user