Skip to content

Commit 378e6af

Browse files
committed
Add a TODO to verify hoverCursor behavior
1 parent 4125bf8 commit 378e6af

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

web/src/layers/OneWayLayer.svelte

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
<script lang="ts">
22
import { SymbolLayer } from "svelte-maplibre";
33
import { layerId } from "../common";
4+
5+
// TODO Figure out if hoverCursor is necessary here, or if svelte-maplibre
6+
// ignores it when interactive is false
47
</script>
58

69
<SymbolLayer

0 commit comments

Comments
 (0)