fixup 1951bc89: update the note twice
This commit is contained in:
parent
81c6d9912c
commit
294917ed4d
|
@ -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 !== '');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user