@panoramax/web-viewer 4.1.0-develop-616eda58 → 4.1.0-develop-6d60695e

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@panoramax/web-viewer",
3
- "version": "4.1.0-develop-616eda58",
3
+ "version": "4.1.0-develop-6d60695e",
4
4
  "description": "Panoramax web viewer for geolocated pictures",
5
5
  "main": "build/index.js",
6
6
  "author": "Panoramax team",
@@ -131,6 +131,7 @@ export default class Editor extends Basic {
131
131
  }
132
132
  super.connectedCallback();
133
133
 
134
+ this._moveChildToGrid();
134
135
  window.addEventListener("DOMContentLoaded", () => {
135
136
  this._moveChildToGrid();
136
137
  }, { once: true });
@@ -199,6 +199,7 @@ export default class PhotoViewer extends Basic {
199
199
 
200
200
  this.onceAPIReady().then(this._postAPIInit.bind(this));
201
201
 
202
+ this._moveChildToGrid();
202
203
  window.addEventListener("DOMContentLoaded", () => {
203
204
  this._moveChildToGrid();
204
205
  }, { once: true });