Răsfoiți Sursa

Merge branch 'fix-hidden-attachments' into 'develop'

fix placeholder attachments opening new tab

Closes #1139

See merge request pleroma/pleroma-fe!1439
HJ 2 ani în urmă
părinte
comite
514d7d3f88
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      src/components/attachment/attachment.vue

+ 1 - 0
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 }}