Fixed filter selection disappearing if available list is empty.

This commit is contained in:
2024-03-19 02:35:37 +01:00
parent acf4e27f2c
commit d9411544d3
5 changed files with 23 additions and 12 deletions

View File

@@ -5,7 +5,7 @@
<transition name="sidebar">
<Filters
v-if="showFilters"
:class="{ loading }"
:loading="loading"
>
<div class="filter">
<input
@@ -324,7 +324,7 @@ function updateFilter(prop, value, reload = true) {
}
}
.loading:not(.ellipsis) {
.scenes-container.loading:not(.ellipsis) {
opacity: .3;
pointer-events: none;
}