forked from AkkomaGang/akkoma-fe
close image modal by clicking image
This commit is contained in:
parent
1f42283b8d
commit
90fc6b0774
1 changed files with 1 additions and 1 deletions
|
@ -10,13 +10,13 @@
|
||||||
:src="currentMedia.url"
|
:src="currentMedia.url"
|
||||||
@touchstart.stop="mediaTouchStart"
|
@touchstart.stop="mediaTouchStart"
|
||||||
@touchmove.stop="mediaTouchMove"
|
@touchmove.stop="mediaTouchMove"
|
||||||
|
@click="hide"
|
||||||
>
|
>
|
||||||
<VideoAttachment
|
<VideoAttachment
|
||||||
v-if="type === 'video'"
|
v-if="type === 'video'"
|
||||||
class="modal-image"
|
class="modal-image"
|
||||||
:attachment="currentMedia"
|
:attachment="currentMedia"
|
||||||
:controls="true"
|
:controls="true"
|
||||||
@click.stop.native=""
|
|
||||||
/>
|
/>
|
||||||
<button
|
<button
|
||||||
v-if="canNavigate"
|
v-if="canNavigate"
|
||||||
|
|
Loading…
Reference in a new issue