panzoom
panzoom copied to clipboard
zoomend not triggered with smoothZoomAbs
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 you want : https://github.com/anvaka/panzoom/pull/290