Merge pull request #1608 from umap-project/fix-panel-animatezoom

fix: do not try to animate the panel
This commit is contained in:
Yohan Boniface 2024-02-14 18:27:15 +01:00 committed by GitHub
commit 7d543ff1b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -96,6 +96,7 @@ U.Popup.Panel = U.Popup.extend({
_updateLayout: function () {},
_updatePosition: function () {},
_adjustPan: function () {},
_animateZoom: function () {},
})
U.Popup.SimplePanel = U.Popup.Panel // Retrocompat.