remove the note sooner when unhiding entries
This commit is contained in:
parent
3e9810678a
commit
30d84d15fa
|
@ -158,7 +158,7 @@ function reapplyFilter(container = installed) {
|
||||||
filterContainer({hide: true});
|
filterContainer({hide: true});
|
||||||
}
|
}
|
||||||
if (!toHide.length) {
|
if (!toHide.length) {
|
||||||
showFiltersStats();
|
showFiltersStats({immediately: true});
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (const entry of toHide) {
|
for (const entry of toHide) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user