fix: applies pre-filter to download options

This commit is contained in:
2025-08-01 14:12:28 -05:00
parent 7dd61355b7
commit 924472ed56
6 changed files with 49 additions and 56 deletions

View File

@@ -41,6 +41,8 @@ export default class extends Controller {
if (this.countValue === this.totalValue) {
this.toggleIcon();
this.countValue = 0;
console.log('filtering')
document.getElementById('filter').filterResults();
}
}
}