Skip to content
Snippets Groups Projects
Commit 0300502a authored by rinpatch's avatar rinpatch
Browse files

Merge branch '695' into 'develop'

Close image modal by clicking image

Closes #695

See merge request pleroma/pleroma-fe!996
parents 1f42283b 90fc6b07
Branches
No related tags found
No related merge requests found
......@@ -10,13 +10,13 @@
:src="currentMedia.url"
@touchstart.stop="mediaTouchStart"
@touchmove.stop="mediaTouchMove"
@click="hide"
>
<VideoAttachment
v-if="type === 'video'"
class="modal-image"
:attachment="currentMedia"
:controls="true"
@click.stop.native=""
/>
<button
v-if="canNavigate"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment