Skip to content

Commit

Permalink
Set tileUrl to null in TitleMode
Browse files Browse the repository at this point in the history
  • Loading branch information
sgreenbury committed Dec 13, 2024
1 parent 516312b commit d69ce60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions popgetter-browser/web/src/routes/TitleMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
previewMetricMapColors,
previewedMetricsList,
selectedMetricsList,
tileUrl,
} from "./globals";
import { mode, selectedCountry, selectedLevel } from "./globals";
import { Button, Dropdown, DropdownItem } from "flowbite-svelte";
Expand All @@ -26,6 +27,7 @@
$previewMetricMapColors = [];
$selectedMetricsList = [];
$previewedMetricsList = [];
$tileUrl = null;
});
</script>

Expand Down

0 comments on commit d69ce60

Please sign in to comment.