Skip to content

Commit

Permalink
fix: do not dismount inscription content from view
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Nov 12, 2024
1 parent e3cfac7 commit 21efb89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export function CollectibleItemLayout({
}: CollectibleItemLayoutProps) {
const [isHovered, bind] = useHover();

const { ref, inView } = useInView();
const { ref, inView } = useInView({ triggerOnce: true });

return (
<Box
Expand Down

0 comments on commit 21efb89

Please sign in to comment.