dimfeld / svelte-maplibre

Svelte bindings for the MapLibre mapping library
https://svelte-maplibre.vercel.app
MIT License
319 stars 40 forks source link

Flickering with hover popups on markers #15

Closed dimfeld closed 1 year ago

dimfeld commented 1 year ago

Probable solution: have the popup use both the marker's hover state and its own info about if the mouse is over itself to determine if it should hide. Currently it only uses the former.