mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
remove layout call in output component init (#15905)
This commit is contained in:
@@ -54,7 +54,6 @@ export class OutputComponent extends CellView implements OnInit, AfterViewInit {
|
|||||||
ngOnInit() {
|
ngOnInit() {
|
||||||
this._register(this._themeService.onDidColorThemeChange(event => this.updateTheme(event)));
|
this._register(this._themeService.onDidColorThemeChange(event => this.updateTheme(event)));
|
||||||
this.loadComponent();
|
this.loadComponent();
|
||||||
this.layout();
|
|
||||||
this._initialized = true;
|
this._initialized = true;
|
||||||
this._register(Event.debounce(this.cellModel.notebookModel.layoutChanged, (l, e) => e, 50, /*leading=*/false)
|
this._register(Event.debounce(this.cellModel.notebookModel.layoutChanged, (l, e) => e, 50, /*leading=*/false)
|
||||||
(() => this.layout()));
|
(() => this.layout()));
|
||||||
|
|||||||
Reference in New Issue
Block a user