fix(multiSelect): correct select all checkbox, correct shift click

This commit is contained in:
Edouard Vanbelle
2026-04-05 01:49:52 +02:00
parent f0b710e5af
commit f72dec6fe1
6 changed files with 44 additions and 59 deletions
+4
View File
@@ -100,6 +100,10 @@ const recent = {
</div>
`;
if (window.multiSelect) {
window.multiSelect.clear();
window.multiSelect.init(); // this will wire buttons & select-all-checkbox
}
window.ui.updateBreadcrumb('');
if (recentItems.length === 0) {