From 5d8fe5f6a71b3c92829ec0a26ef1023551304bb7 Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Tue, 30 May 2023 12:41:40 +0300 Subject: [PATCH] use native click --- app.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.vue b/app.vue index 8914c27..11382a9 100644 --- a/app.vue +++ b/app.vue @@ -194,8 +194,7 @@ function stepUp(path: string) { + @click.native="selectedItem = file.path"> {{ file.isFolder ? 'mdi-folder' : 'mdi-file' }} @@ -253,7 +252,6 @@ function stepUp(path: string) { } .selected { - border: 2px solid rgba(48, 150, 243, 0.95); background: rgba(48, 150, 243, 0.1); } \ No newline at end of file