ソースを参照

fix placeholder attachments opening new tab

Henry Jameson 2 年 前
コミット
77b55a559b
1 ファイル変更1 行追加0 行削除
  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 }}