your personal website on atproto - mirror blento.app
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

fixed move map in edit mode

+1 -1
+1 -1
src/lib/cards/core/MapCard/Map.svelte
··· 38 38 zoom={item.cardData.zoom} 39 39 {center} 40 40 attributionControl={false} 41 - dragPan={false} 41 + dragPan={isEditing} 42 42 dragRotate={false} 43 43 keyboard={false} 44 44 touchZoomRotate={true}