From 1642fb95014e1efde2bdbf2cab550d39be2cb910 Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Fri, 27 Jun 2025 15:53:54 +0200 Subject: [PATCH] fix jumping button --- lib/src/Components/Map/Subcomponents/ItemViewPopup.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/ItemViewPopup.tsx b/lib/src/Components/Map/Subcomponents/ItemViewPopup.tsx index 87001bda..aa7065ea 100644 --- a/lib/src/Components/Map/Subcomponents/ItemViewPopup.tsx +++ b/lib/src/Components/Map/Subcomponents/ItemViewPopup.tsx @@ -100,7 +100,7 @@ export const ItemViewPopup = forwardRef((props: ItemViewPopupProps, ref: any) => }} loading={loading} /> -
+
{props.children ?? }