Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Oct 14, 2024
2 parents dcb1807 + 2826c25 commit 8590f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tine20/library/ExtJS/src/widgets/PagingToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ Ext.PagingToolbar = Ext.extend(Ext.Toolbar, {
this.items.each((item) => {
const priority = item.displayPriority ?? 0;
if (!items[priority]) items[priority] = [];
if (item?.hidden) return;
items[priority].push(item);
item.setVisible(true);
const width = item?.el?.dom?.offsetWidth ?? 0;
Expand Down

0 comments on commit 8590f70

Please sign in to comment.