From 96bc972144f556cb05a7ac06f7f4b7c9e39b2e73 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Thu, 24 Aug 2023 16:09:01 +0200 Subject: [PATCH] fix: Do not make file row tabable if checkboxes for selecting are used (except for entering directories) Signed-off-by: Ferdinand Thiessen --- lib/components/FilePicker/FileListRow.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/components/FilePicker/FileListRow.vue b/lib/components/FilePicker/FileListRow.vue index a1f92d49f..3264690e3 100644 --- a/lib/components/FilePicker/FileListRow.vue +++ b/lib/components/FilePicker/FileListRow.vue @@ -1,13 +1,13 @@