Skip to content

Commit

Permalink
Cancel images on mouse-leave
Browse files Browse the repository at this point in the history
  • Loading branch information
cramforce committed Oct 21, 2024
1 parent 9b76140 commit ac098a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ui/link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,4 @@ function prefetchImage(image: PrefetchImage) {
img.src = img.srcset = "";
seen.delete(image.srcset);
};
}
}

0 comments on commit ac098a1

Please sign in to comment.