Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdwelsh committed Dec 13, 2024
1 parent 2f7509c commit be4f40f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions astro/src/components/LoadingImage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function LoadingImage({
if (canvasRef.current) {
canvasRef.current.width = img.width;
canvasRef.current.height = img.height;
// @ts-ignore
imageRef.current = img;
setImageLoaded(true);

Expand Down

0 comments on commit be4f40f

Please sign in to comment.