fixup 1951bc89: update the note twice

This commit is contained in:
tophf 2017-12-04 19:51:52 +03:00
parent 81c6d9912c
commit 294917ed4d

View File

@ -260,6 +260,9 @@ function reapplyFilter(container = installed) {
}; };
} }
} }
if (fullPass) {
showFiltersStats();
}
} }
function findInsertionPoint(entry) { function findInsertionPoint(entry) {
@ -297,7 +300,7 @@ function reapplyFilter(container = installed) {
function showFiltersStats() { function showFiltersStats() {
if (!BG.cachedStyles.list) { if (!BG.cachedStyles.list) {
debounce(showFiltersStats); debounce(showFiltersStats, 100);
return; return;
} }
$('#filters').classList.toggle('active', filtersSelector.hide !== ''); $('#filters').classList.toggle('active', filtersSelector.hide !== '');