Skip to content

Commit

Permalink
grid.Container: -testing log
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 7, 2025
1 parent 4dbc486 commit 50e8e08
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/grid/Container.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -532,12 +532,11 @@ class GridContainer extends BaseContainer {
let me = this;

if (!me.initialResizeEvent) {
console.log(this.mounted, data);
await me.passSizeToView(true);

me.view.updateVisibleColumns();

me.headerToolbar.passSizeToView()
await me.headerToolbar.passSizeToView()
} else {
me.initialResizeEvent = false
}
Expand Down

0 comments on commit 50e8e08

Please sign in to comment.