List selection fix
List selection fix
This commit is contained in:
parent
7efae6315c
commit
0e737a81bd
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user