@nectary/components 5.6.4 → 5.6.5

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/bundle.js CHANGED
@@ -3076,7 +3076,7 @@ class Pop extends NectaryElement {
3076
3076
  this.#$contentSlot.addEventListener("slotchange", this.#onContentSlotChange);
3077
3077
  }
3078
3078
  });
3079
- requestAnimationFrame(() => this.#updatePosition());
3079
+ this.#updatePosition();
3080
3080
  this.#dispatchContentVisibility(true);
3081
3081
  }
3082
3082
  #onCollapse() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nectary/components",
3
- "version": "5.6.4",
3
+ "version": "5.6.5",
4
4
  "files": [
5
5
  "**/*/*.css",
6
6
  "**/*/*.json",
package/pop/index.js CHANGED
@@ -241,7 +241,7 @@ class Pop extends NectaryElement {
241
241
  this.#$contentSlot.addEventListener("slotchange", this.#onContentSlotChange);
242
242
  }
243
243
  });
244
- requestAnimationFrame(() => this.#updatePosition());
244
+ this.#updatePosition();
245
245
  this.#dispatchContentVisibility(true);
246
246
  }
247
247
  #onCollapse() {