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});
|
||||
}
|
||||
if (!toHide.length) {
|
||||
showFiltersStats();
|
||||
showFiltersStats({immediately: true});
|
||||
return;
|
||||
}
|
||||
for (const entry of toHide) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user