fix(section/favorite): ensure select-all-checkbox is wired

This commit is contained in:
Edouard Vanbelle
2026-04-16 00:16:40 +02:00
parent 3276da366c
commit 8e18e0c848
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ const multiSelect = {
// Sync individual item checkboxes
this._syncItemCheckboxes();
// Sync select-all checkbox state (for non-selection-mode)
if (!this._barVisible) this._syncSelectAllCheckbox();
this._syncSelectAllCheckbox();
},
/** Wire click handlers on batch action buttons (idempotent per render) */