Browse Source

Update Timeline.vue component, remove tap for lightbox as it conflicts with new carousel

Daniel Supernault 5 năm trước cách đây
mục cha
commit
96e25ad2cd
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/assets/js/components/Timeline.vue

+ 1 - 1
resources/assets/js/components/Timeline.vue

@@ -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>