Stop click propagation when unhiding nsfw

This commit is contained in:
Shpuld Shpuldson 2020-10-02 12:21:56 +03:00
parent 6bd38c7d6f
commit a0da6c31d9

View file

@ -28,7 +28,7 @@
:href="attachment.url"
:alt="attachment.description"
:title="attachment.description"
@click.prevent="toggleHidden"
@click.prevent.stop="toggleHidden"
>
<img
:key="nsfwImage"