fix selection

This commit is contained in:
Salem Yaslem 2023-05-15 14:16:37 +03:00
parent 5d1fd59294
commit 46cf29590d
2 changed files with 2 additions and 1 deletions

1
.nvmrc Normal file
View File

@ -0,0 +1 @@
v18.16.0

View File

@ -140,7 +140,7 @@ function onSelectEnd(e: any) {
<v-container>
<v-list :selected="[selectedItem]">
<v-row no-gutters>
<v-col cols="6" sm="2" class="" v-for="file of filesGridList" style="text-align: center;">
<v-col cols="6" sm="2" v-for="file of filesGridList" style="text-align: center;">
<v-list-item class="ma-2 pa-5 selectable" active-color="light-blue-darken-4" :value="file.path" rounded="xl" @click="() => {
selectedItem = file.path;
}">