diff --git a/src/lib/actions/mouse-position.ts b/src/lib/actions/mouse-position.ts index 9023ba0e8..4d9dff32f 100644 --- a/src/lib/actions/mouse-position.ts +++ b/src/lib/actions/mouse-position.ts @@ -20,7 +20,7 @@ export const useMousePosition = () => { () => { node.addEventListener('mousemove', handleMouseMove); }, - { amount: 'all' } + { amount: 'any' } ); return { diff --git a/src/lib/components/appwrite-network/map-marker.svelte b/src/lib/components/appwrite-network/map-marker.svelte index 80dfebe4f..61549cd4c 100644 --- a/src/lib/components/appwrite-network/map-marker.svelte +++ b/src/lib/components/appwrite-network/map-marker.svelte @@ -56,7 +56,7 @@ aria-label={city} > diff --git a/src/lib/components/appwrite-network/map-tooltip.svelte b/src/lib/components/appwrite-network/map-tooltip.svelte index aebd22d0f..913e6fabf 100644 --- a/src/lib/components/appwrite-network/map-tooltip.svelte +++ b/src/lib/components/appwrite-network/map-tooltip.svelte @@ -27,8 +27,8 @@ {#if $tooltipData.city}