microboard-ui-temp 0.1.6 → 0.1.7

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.
@@ -78,7 +78,6 @@ function cleanupListeners() {
78
78
  }
79
79
  updateTransform(itemsDiv);
80
80
  }
81
- document.addEventListener("DOMContentLoaded", initListeners);
82
81
  export {
83
82
  initListeners,
84
83
  cleanupListeners
@@ -102,7 +102,6 @@ function cleanupListeners() {
102
102
  }
103
103
  updateTransform(itemsDiv);
104
104
  }
105
- document.addEventListener("DOMContentLoaded", initListeners);
106
105
 
107
106
  // src/public/titlePanel.ts
108
107
  var isSnapshotInIframe = window.parent && window.parent !== window && window.parent.location.href.includes("/snapshots/");
@@ -261,4 +260,5 @@ function initUI() {
261
260
  const panel = createTitlePanel();
262
261
  document.body.append(panel);
263
262
  }
263
+ document.addEventListener("DOMContentLoaded", initListeners);
264
264
  document.addEventListener("DOMContentLoaded", initUI);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "microboard-ui-temp",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "type": "module",