disable close on click outside in location update dialog

This commit is contained in:
Anton Tranelis 2025-08-20 19:02:08 +02:00
parent 6fcdef0433
commit 2baabe7940

View File

@ -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'
>
<div className='tw:text-center'>