Explorar el Código

fix placeholder attachments opening new tab

Henry Jameson hace 2 años
padre
commit
77b55a559b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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 }}