mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
fixed actual show plan command (#2620)
This commit is contained in:
committed by
Karl Burtram
parent
084042ad13
commit
a2fb0ec029
@@ -42,7 +42,6 @@ export class QueryPlanView implements IPanelView {
|
||||
}
|
||||
container.appendChild(this.container);
|
||||
container.style.overflow = 'scroll';
|
||||
container.style.background = '#FFFFFF';
|
||||
}
|
||||
|
||||
public layout(dimension: Dimension): void {
|
||||
|
||||
Reference in New Issue
Block a user