Skip to content

Commit

Permalink
grid.header.Toolbar: createItems() => for the mounted state (run-time…
Browse files Browse the repository at this point in the history
… change) we need to trigger passSizeToView() #6222
  • Loading branch information
tobiu committed Jan 14, 2025
1 parent e04ccb6 commit c87d082
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/grid/header/Toolbar.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ class Toolbar extends BaseToolbar {
item.wrapperStyle = style
});

me.update()
me.promiseUpdate().then(() => {
me.mounted && me.passSizeToView()
})
}

/**
Expand Down

0 comments on commit c87d082

Please sign in to comment.