Start the forum framework

This commit is contained in:
DuckieTM
2026-03-28 08:36:11 +01:00
parent bbb81dac87
commit a959bdce04
12 changed files with 988 additions and 7 deletions
+6 -1
View File
@@ -132,7 +132,12 @@ const InfiniteGridItem = forwardRef<HTMLDivElement, {
useEffect(() =>
{
if(!itemImage || !itemImage.length) return;
if(!itemImage || !itemImage.length)
{
setBackgroundImageUrl(null);
return;
}
const image = new Image();