From f55ba3d10ce4674fdb52e1ac62f6d2e38349741c Mon Sep 17 00:00:00 2001 From: Sine Jespersen Date: Wed, 18 Dec 2024 12:34:35 +0100 Subject: [PATCH] add allowOutsideClick to focustrap --- src/components/points/PointOverlay.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/points/PointOverlay.jsx b/src/components/points/PointOverlay.jsx index ba53567..63d2e7b 100644 --- a/src/components/points/PointOverlay.jsx +++ b/src/components/points/PointOverlay.jsx @@ -46,7 +46,11 @@ function PointOverlay({ point: { name, subtitles, mediaEmbedCode, id }, toggleAc if (!active) return null; return ( - +