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() {