diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 686aeea9..b64de42f 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -66,7 +66,7 @@ function toggleWatchLater() { } } -function handleMouseMove() { +function handleMouseEnter() { contentVisibility.value = 'visible' } @@ -141,7 +141,7 @@ function handelMouseLeave() { w="full" pos="absolute top-0 left-0" rounded="$bew-radius" :style="{ contentVisibility }" - @mousemove="handleMouseMove" + @mouseenter="handleMouseEnter" @mouseleave="handelMouseLeave" >