tangled
alpha
login
or
join now
flo-bit.dev
/
blento
22
fork
atom
your personal website on atproto - mirror
blento.app
22
fork
atom
overview
issues
1
pulls
pipelines
format
unbedenklich
1 month ago
87d46606
e7ab4466
+2
-1
1 changed file
expand all
collapse all
unified
split
src
lib
cards
core
MapCard
Map.svelte
+2
-1
src/lib/cards/core/MapCard/Map.svelte
···
28
28
class="absolute inset-0 isolate h-full w-full"
29
29
onfocusin={(e) => {
30
30
if (!isEditing && e.target instanceof HTMLElement) e.target.blur();
31
31
-
}}>
31
31
+
}}
32
32
+
>
32
33
<div class="h-full w-full">
33
34
<MapLibre
34
35
bind:map