Skip to content

Commit

Permalink
photo: remove dead lp elements
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Oct 25, 2023
1 parent e9370b6 commit f5c95f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/frame/Photo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
<VideoIcon :size="22" />
</div>

<div class="livephoto" @mouseenter.passive="playVideo" @mouseleave.passive="stopVideo">
<LivePhotoIcon :size="22" v-if="data.liveid" />
<div class="livephoto" v-if="data.liveid" @mouseenter.passive="playVideo" @mouseleave.passive="stopVideo">
<LivePhotoIcon :size="22" />
</div>

<StarIcon class="bottom-left-flag" :size="22" v-if="data.flag & c.FLAG_IS_FAVORITE" />
Expand Down

0 comments on commit f5c95f2

Please sign in to comment.