Open lpoupet opened 2 years ago
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 ?
on('zoomend')
smoothZoomAbs
done
See PR if you want : https://github.com/anvaka/panzoom/pull/290
Hi, I'm trying to use
on('zoomend')
but it's never triggered if I'm usingsmoothZoomAbs
. I'm pretty sure that : https://github.com/anvaka/panzoom/blob/990285354bdc988f596fc143eaf0a487b71790a4/dist/panzoom.js#L899 is missing adone
parameter no ?See PR if you want : https://github.com/anvaka/panzoom/pull/290