Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit d2f9e3f

Browse files
Ghislain BeaulacGhislain Beaulac
authored andcommitted
remove unecessary resize when user didn't call for it
1 parent 9c32f53 commit d2f9e3f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/modules/angular-slickgrid/components/angular-slickgrid.component.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ export class AngularSlickgridComponent implements AfterViewInit, OnDestroy, OnIn
176176
if (options.autoFitColumnsOnFirstLoad) {
177177
grid.autosizeColumns();
178178
}
179-
} else {
180-
this.resizer.resizeGrid(0, { height: this.gridHeight, width: this.gridWidth });
181179
}
182180
}
183181

0 commit comments

Comments
 (0)