Skip to content

Commit

Permalink
Fix double draw tool layer mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Aug 18, 2024
1 parent 5f28267 commit 8671aaa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@
<Geocoder {map} apiKey={maptilerApiKey} />
<div bind:this={mapDiv} />

<PolygonToolLayer />
{#if $mode.kind == "title"}
<TitleMode {wasmReady} />
{/if}
Expand Down

0 comments on commit 8671aaa

Please sign in to comment.