View / avoid solving constraints related to map size change during anim

This commit is contained in:
Olivier Guyot
2020-04-02 14:14:40 +02:00
parent a073c5ab1e
commit 32321e381c
3 changed files with 53 additions and 2 deletions

View File

@@ -989,7 +989,7 @@ class PluggableMap extends BaseObject {
* @private
*/
handleSizeChanged_() {
if (this.getView()) {
if (this.getView() && !this.getView().getAnimating()) {
this.getView().resolveConstraints(0);
}