From 40e1202f00e1ca67bd4730122c6f17b83ed87b28 Mon Sep 17 00:00:00 2001 From: pollutri Date: Fri, 8 May 2026 11:46:21 +0200 Subject: [PATCH] =?UTF-8?q?Preview=20non=20caricata=20qunado=20=C3=A8=20a?= =?UTF-8?q?=20schermo=20intero?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/PublicGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/PublicGrid.tsx b/components/PublicGrid.tsx index 39bae88..d9adb67 100644 --- a/components/PublicGrid.tsx +++ b/components/PublicGrid.tsx @@ -407,7 +407,7 @@ export default function PublicGrid({ cards, maxCols = 5 }: { cards: Card[], maxC })} - {activeCard && ( + {activeCard && fullscreenIndex === null && (
setActiveCard(null)}