mirror of
https://github.com/utopia-os/utopia-ui.git
synced 2025-12-13 07:46:10 +00:00
disable close on click outside in location update dialog
This commit is contained in:
parent
6fcdef0433
commit
2baabe7940
@ -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'>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user