diff --git a/app.vue b/app.vue index 3ce490b..8914c27 100644 --- a/app.vue +++ b/app.vue @@ -194,9 +194,8 @@ function stepUp(path: string) { + @click="selectedItem = file.path" + @touch="selectedItem = file.path"> {{ file.isFolder ? 'mdi-folder' : 'mdi-file' }}