1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-21 07:26:25 +02:00

fix(web): thumbnail playback stops when hovering over icon then video ()

fix thumbnail playback when hovering over icon then video
This commit is contained in:
Nicholas Flamy 2025-02-24 22:35:46 -05:00 committed by GitHub
parent 57829cee26
commit 392f9f205c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,7 +358,7 @@
enablePlayback={mouseOver && $playVideoThumbnailOnHover}
curve={selected}
durationInSeconds={timeToSeconds(asset.duration)}
playbackOnIconHover
playbackOnIconHover={!$playVideoThumbnailOnHover}
/>
</div>
{/if}