Merge pull request #1608 from umap-project/fix-panel-animatezoom
fix: do not try to animate the panel
This commit is contained in:
commit
7d543ff1b0
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue