mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-18 01:25:37 -05:00
properly reset to handle maximized grids (#2786)
This commit is contained in:
@@ -242,6 +242,7 @@ export class GridPanel extends ViewletPanel {
|
||||
}
|
||||
dispose(this.tables);
|
||||
this.tables = [];
|
||||
this.maximizedGrid = undefined;
|
||||
|
||||
this.maximumBodySize = this.tables.reduce((p, c) => {
|
||||
return p + c.maximumSize;
|
||||
|
||||
Reference in New Issue
Block a user