mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 09:35:39 -05:00
Call onDidInsert Before Layout (#11819)
This commit is contained in:
@@ -105,9 +105,8 @@ export class GridOutputComponent extends AngularDisposable implements IMimeCompo
|
||||
let outputElement = <HTMLElement>this.output.nativeElement;
|
||||
outputElement.appendChild(this._table.element);
|
||||
this._register(attachTableStyler(this._table, this.themeService));
|
||||
this.layout();
|
||||
|
||||
this._table.onDidInsert();
|
||||
this.layout();
|
||||
this._initialized = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user