mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
fix sizing issues with explorer widget (#502)
This commit is contained in:
@@ -118,4 +118,8 @@ export class ExplorerWidget extends DashboardWidget implements IDashboardWidget,
|
||||
public refresh(): void {
|
||||
this.init();
|
||||
}
|
||||
|
||||
public layout(): void {
|
||||
this._tree.layout(getContentHeight(this._tableContainer.nativeElement));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user