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 89a8bff commit efacef6Copy full SHA for efacef6
1 file changed
packages/layerchart/src/routes/docs/examples/SubmarineCablesGlobe/+page.svelte
@@ -8,7 +8,6 @@
8
9
import {
10
Chart,
11
- Circle,
12
GeoPath,
13
GeoPoint,
14
GeoVisible,
@@ -80,7 +79,7 @@
80
79
bind:context
81
>
82
{#snippet children({ context })}
83
- <Layer type={shared.renderContext}>
+ <Layer type={shared.renderContext} disableHitCanvas={timer.running}>
84
<GeoPath
85
geojson={{ type: 'Sphere' }}
86
class="fill-surface-200 stroke-surface-content/20"
0 commit comments