Fix query plan scrollbars (#2927)

* Fix query plan scrollbars

* Remove toString
This commit is contained in:
Karl Burtram
2018-10-17 12:04:42 -07:00
committed by GitHub
parent ac47fb84a8
commit 2c007115f7

View File

@@ -45,6 +45,8 @@ export class QueryPlanView implements IPanelView {
}
public layout(dimension: Dimension): void {
this.container.style.width = dimension.width + 'px';
this.container.style.height = dimension.height + 'px';
}
public showPlan(xml: string) {