@nectary/components 3.3.0 → 3.3.1

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.
@@ -143,7 +143,6 @@ template.innerHTML = templateHTML;
143
143
  if (!this.#$dialog.open) {
144
144
  return;
145
145
  }
146
- this.#$dialogContent.scrollTo(0, 0);
147
146
  this.#$dialog.close?.();
148
147
  (0, _utils2.enableScroll)();
149
148
  }
@@ -141,7 +141,6 @@ defineCustomElement('sinch-dialog', class extends NectaryElement {
141
141
  if (!this.#$dialog.open) {
142
142
  return;
143
143
  }
144
- this.#$dialogContent.scrollTo(0, 0);
145
144
  this.#$dialog.close?.();
146
145
  enableScroll();
147
146
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nectary/components",
3
- "version": "3.3.0",
3
+ "version": "3.3.1",
4
4
  "files": [
5
5
  "lib"
6
6
  ],