mirror of https://github.com/pixelfed/pixelfed.git
Update Timeline.vue component, remove tap for lightbox as it conflicts with new carousel
This commit is contained in:
parent
0617fada73
commit
96e25ad2cd
|
@ -127,7 +127,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="postPresenterContainer" @click="lightbox(status)">
|
||||
<div class="postPresenterContainer">
|
||||
<div v-if="status.pf_type === 'photo'" class="w-100">
|
||||
<photo-presenter :status="status" v-on:lightbox="lightbox"></photo-presenter>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue