logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
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:

Msrc/components/attachment/attachment.vue1+
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 }}