Fix gallery view/preview
This commit is contained in:
parent
ae61bf36aa
commit
480ca0b8c0
8 changed files with 259 additions and 29 deletions
|
|
@ -72,6 +72,7 @@
|
|||
" v-on:touchend="touchEnd" v-on:touchcancel="touchCancel" v-on:touchmove="touchMove">
|
||||
<component :is="componentForEvent(event)" :room="room" :originalEvent="event" :nextEvent="filteredEvents[index + 1]"
|
||||
:timelineSet="timelineSet" v-on:send-quick-reaction.stop="sendQuickReaction"
|
||||
:componentFn="componentForEvent"
|
||||
v-on:context-menu="showContextMenuForEvent($event)" v-on:own-avatar-clicked="viewProfile"
|
||||
v-on:other-avatar-clicked="showAvatarMenuForEvent($event)" v-on:download="download(event)"
|
||||
v-on:poll-closed="pollWasClosed(event)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue