Leo POUPET
Leo POUPET
**Describe the bug** Testing a svelte component that include `RangeSlider` does not works. I have an error : `TypeError: SvelteRangeSliderPips is not a constructor`. I'm testing a "classic" implementation with...
# Describe Fixing problem of `zoomend` not triggered when smoothScrollAbs is ending. # Tests No tests on smooth comportment so nothing to add # Links https://github.com/anvaka/panzoom/issues/289
Hi, I'm trying to use `on('zoomend')` but it's never triggered if I'm using `smoothZoomAbs`. I'm pretty sure that : https://github.com/anvaka/panzoom/blob/990285354bdc988f596fc143eaf0a487b71790a4/dist/panzoom.js#L899 is missing a `done` parameter no ? See PR if...