List selection fix

List selection fix
This commit is contained in:
Alexander I. Chebykin 2022-04-20 01:52:06 +03:00
parent 7efae6315c
commit 0e737a81bd

View File

@ -102,7 +102,11 @@
:lg="illustrated ? 2 : 5"
class="flex-grow-1 flex-shrink-0 pa-2"
>
<v-list class="transparent-bg" :class="{ 'limit-max-width': xs }">
<v-list
class="transparent-bg"
:class="{ 'limit-max-width': xs }"
:selected="[currentChapter]"
>
<v-list-item
v-for="(item, index) in $store.getters.chapters"
:key="index"