commit: 514d7d3f887e8a4724f1997d42d93c75202dc58b
parent 0300db6c6356c536694a9fcbb32a52abc81c52d5
Author: HJ <30-hj@users.noreply.git.pleroma.social>
Date: Mon, 28 Feb 2022 17:46:58 +0000
Merge branch 'fix-hidden-attachments' into 'develop'
fix placeholder attachments opening new tab
Closes #1139
See merge request pleroma/pleroma-fe!1439
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/components/attachment/attachment.vue b/src/components/attachment/attachment.vue
@@ -12,6 +12,7 @@
:href="attachment.url"
:alt="attachment.description"
:title="attachment.description"
+ @click.prevent
>
<FAIcon :icon="placeholderIconClass" />
<b>{{ nsfw ? "NSFW / " : "" }}</b>{{ edit ? '' : placeholderName }}