From 92b6d6f1ddc0b0de43ed6df842f2c38680563d04 Mon Sep 17 00:00:00 2001 From: 409 <409dev@protonmail.com> Date: Sun, 7 Sep 2025 17:54:43 +0200 Subject: [PATCH] fix `DirectoryEntry` menu action clicks clearing selection --- frontend/components/DirectoryEntry.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/components/DirectoryEntry.vue b/frontend/components/DirectoryEntry.vue index 67cf519..9498f42 100644 --- a/frontend/components/DirectoryEntry.vue +++ b/frontend/components/DirectoryEntry.vue @@ -122,6 +122,7 @@ function onClearCopy() { @@ -136,22 +137,24 @@ function onClearCopy() { copyStore.file.path !== warrenStore.current.path || copyStore.file.name !== entry.name " + @pointerdown.stop @select="onCopy" > Copy - + Clear clipboard - + Download @@ -164,6 +167,7 @@ function onClearCopy() { @@ -171,6 +175,7 @@ function onClearCopy() {