Skip to content

Commit

Permalink
minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Gupta <belivethatkg@gmail.com>
  • Loading branch information
Krishna2323 committed Aug 2, 2023
1 parent 3b297a4 commit e90f8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ImageWithSizeCalculation.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ function ImageWithSizeCalculation(props) {
return;
}
setIsImageCached(false);
}, 300);
}, 200);
return () => clearTimeout(timeout);
}, [isLoading]);

Expand Down

0 comments on commit e90f8ab

Please sign in to comment.