From 2baabe7940d2c5090b94d98b427b12984d31b23a Mon Sep 17 00:00:00 2001 From: Anton Tranelis Date: Wed, 20 Aug 2025 19:02:08 +0200 Subject: [PATCH] disable close on click outside in location update dialog --- lib/src/Components/Map/Subcomponents/Controls/LocateControl.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/src/Components/Map/Subcomponents/Controls/LocateControl.tsx b/lib/src/Components/Map/Subcomponents/Controls/LocateControl.tsx index 6bbc5518..063bf445 100644 --- a/lib/src/Components/Map/Subcomponents/Controls/LocateControl.tsx +++ b/lib/src/Components/Map/Subcomponents/Controls/LocateControl.tsx @@ -262,7 +262,7 @@ export const LocateControl = (): JSX.Element => { isOpened={showLocationModal} onClose={() => setShowLocationModal(false)} showCloseButton={true} - closeOnClickOutside={true} + closeOnClickOutside={false} className='tw:bottom-1/3 tw:mx-4 tw:sm:mx-auto' >