ol 10.8.1-dev.1774867969652 → 10.8.1-dev.1774908851895

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Map.js CHANGED
@@ -1815,8 +1815,8 @@ class Map extends BaseObject {
1815
1815
 
1816
1816
  const oldSize = this.getSize();
1817
1817
  if (size && (!oldSize || !equals(size, oldSize))) {
1818
- this.setSize(size);
1819
1818
  this.updateViewportSize_(size);
1819
+ this.setSize(size);
1820
1820
  }
1821
1821
  }
1822
1822