@xwadex/fesd 0.0.28 → 0.0.29

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.
@@ -2906,14 +2906,10 @@ Vt = new WeakSet(), Xi = function() {
2906
2906
  const e = this.querySelector(`.drag-container .item[data-option="${this.getAttribute("m4-status")}"]`), s = this.querySelector(`.collapse-container .item[data-option="${this.getAttribute("m4-status")}"]`);
2907
2907
  switch (e == null || e.classList.add("active"), s == null || s.classList.add("active"), t) {
2908
2908
  case "drag":
2909
- setTimeout(() => {
2910
- this.constructor.drag = new Ge(this);
2911
- }, 10);
2909
+ this.constructor.drag = new Ge(this);
2912
2910
  break;
2913
2911
  case "collapse":
2914
- setTimeout(() => {
2915
- this.constructor.drag = new Ge(this), this.constructor.collapse = new Gs(this);
2916
- }, 10);
2912
+ this.constructor.drag = new Ge(this), this.constructor.collapse = new Gs(this);
2917
2913
  break;
2918
2914
  }
2919
2915
  (o = this.constructor.drag) == null || o.update(this);