mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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;
|
let outputElement = <HTMLElement>this.output.nativeElement;
|
||||||
outputElement.appendChild(this._table.element);
|
outputElement.appendChild(this._table.element);
|
||||||
this._register(attachTableStyler(this._table, this.themeService));
|
this._register(attachTableStyler(this._table, this.themeService));
|
||||||
this.layout();
|
|
||||||
|
|
||||||
this._table.onDidInsert();
|
this._table.onDidInsert();
|
||||||
|
this.layout();
|
||||||
this._initialized = true;
|
this._initialized = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user