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

Merge branch 'fix/nsfw-hider-closing-preview' into 'develop'

Stop click propagation when unhiding nsfw

See merge request !1245
parents e7a67e33 6cf15dce
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
- Fixed chats list not updating its order when new messages come in
- Fixed chat messages sometimes getting lost when you receive a message at the same time
- Fixed clicking NSFW hider through status popover
### Added
- Import/export a muted users
......
......@@ -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.
Finish editing this message first!
Please register or to comment