forked from AkkomaGang/akkoma-fe
Stop click propagation when unhiding nsfw
This commit is contained in:
parent
6bd38c7d6f
commit
a0da6c31d9
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
:href="attachment.url"
|
||||
:alt="attachment.description"
|
||||
:title="attachment.description"
|
||||
@click.prevent="toggleHidden"
|
||||
@click.prevent.stop="toggleHidden"
|
||||
>
|
||||
<img
|
||||
:key="nsfwImage"
|
||||
|
|
Loading…
Reference in a new issue