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

Merge branch '695' into 'develop'

Close image modal by clicking image

Closes #695

See merge request !996
parents 1f42283b 90fc6b07
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!996Close image modal by clicking image
Pipeline #20069 passed
......@@ -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.
Finish editing this message first!
Please register or to comment