@sebgroup/green-core 2.28.0 → 2.28.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.
@@ -249,9 +249,6 @@ let GdsPopover = class extends GdsElement {
249
249
  this._elDialog?.style.removeProperty("top");
250
250
  this._elDialog?.style.removeProperty("minWidth");
251
251
  this._elDialog?.style.removeProperty("min-width");
252
- this.updateComplete.then(() => {
253
- if (this.open) this._elDialog?.showModal();
254
- });
255
252
  } else {
256
253
  this.updateComplete.then(() => {
257
254
  __privateMethod(this, _GdsPopover_instances, registerAutoPositioning_fn).call(this);