We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16445c3 commit 6166701Copy full SHA for 6166701
src/lib/components/appwrite-network/map.svelte
@@ -70,19 +70,6 @@
70
};
71
</script>
72
73
-{#if dev}
74
- <div class="absolute z-1000 flex flex-col gap-4">
75
- {#each Object.entries(MAP_BOUNDS) as [key, value]}
76
- <input
77
- type="number"
78
- onchange={(e) =>
79
- (MAP_BOUNDS[key as keyof typeof MAP_BOUNDS] = e.currentTarget.valueAsNumber)}
80
- {value}
81
- />
82
- {/each}
83
- <pre>{JSON.stringify(MAP_BOUNDS, null, 4)}</pre>
84
- </div>
85
-{/if}
86
<div class="-mt-8 w-full overflow-x-scroll [scrollbar-width:none] md:overflow-x-hidden">
87
<div
88
class="sticky left-0 mx-auto block max-w-[calc(100vw_-_calc(var(--spacing)_*-2))] md:hidden"
0 commit comments