Update web/src/components/MemoEditor/ActionButton/LocationSelector.tsx

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Signed-off-by: Ben Mitchinson <mitchinson.dev@gmail.com>
pull/5152/head
Ben Mitchinson 7 days ago committed by GitHub
parent aa09f0609c
commit 9853360736
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -157,7 +157,7 @@ const LocationSelector = (props: Props) => {
</TooltipProvider> </TooltipProvider>
<PopoverContent align="center"> <PopoverContent align="center">
<div className="min-w-80 sm:w-lg p-1 flex flex-col justify-start items-start"> <div className="min-w-80 sm:w-lg p-1 flex flex-col justify-start items-start">
<LeafletMap key={JSON.stringify(state.initilized)} latlng={state.position} onChange={onPositionChanged} /> <LeafletMap key={JSON.stringify(state.initialized)} latlng={state.position} onChange={onPositionChanged} />
<div className="mt-2 w-full flex flex-row justify-between items-center gap-2"> <div className="mt-2 w-full flex flex-row justify-between items-center gap-2">
<div className="flex flex-row items-center justify-start gap-2 w-full"> <div className="flex flex-row items-center justify-start gap-2 w-full">
<div id="lat-long-display" className="flex flex-row items-center gap-2"> <div id="lat-long-display" className="flex flex-row items-center gap-2">

Loading…
Cancel
Save