Fixed filter selection disappearing if available list is empty.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user