Skip to content

Commit

Permalink
action-list.js: Don't add footer for list in .controls
Browse files Browse the repository at this point in the history
  • Loading branch information
sukhwinder33445 committed Sep 12, 2023
1 parent a076438 commit edde0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/js/action-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@
}

if (isTopLevelContainer) {
let footerList = list ?? container.querySelector('.action-list');
let footerList = list ?? container.querySelector('.content > .action-list');
if (footerList) {
_this.addSelectionCountToFooter(footerList);
}
Expand Down

0 comments on commit edde0a2

Please sign in to comment.