forked from AkkomaGang/akkoma-fe
Merge branch '695' into 'develop'
Close image modal by clicking image Closes #695 See merge request pleroma/pleroma-fe!996
This commit is contained in:
commit
0300502a96
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue