Skip to content
Snippets Groups Projects
Commit a0da6c31 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Stop click propagation when unhiding nsfw

parent 6bd38c7d
Branches
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
:href="attachment.url"
:alt="attachment.description"
:title="attachment.description"
@click.prevent="toggleHidden"
@click.prevent.stop="toggleHidden"
>
<img
:key="nsfwImage"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment