your personal website on atproto - mirror blento.app

format

+2 -1
+2 -1
src/lib/cards/core/MapCard/Map.svelte
··· 28 class="absolute inset-0 isolate h-full w-full" 29 onfocusin={(e) => { 30 if (!isEditing && e.target instanceof HTMLElement) e.target.blur(); 31 - }}> 32 <div class="h-full w-full"> 33 <MapLibre 34 bind:map
··· 28 class="absolute inset-0 isolate h-full w-full" 29 onfocusin={(e) => { 30 if (!isEditing && e.target instanceof HTMLElement) e.target.blur(); 31 + }} 32 + > 33 <div class="h-full w-full"> 34 <MapLibre 35 bind:map