@luizleon/sf.prefeiturasp.vuecomponents 4.1.19 → 4.1.20

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.
@@ -109,7 +109,8 @@ const fi = /* @__PURE__ */ We({
109
109
  this.Render(), this.inner.textContent = e.text, document.body.appendChild(this.wrapper), this.wrapper.classList.add("visible"), this.Position(i);
110
110
  }
111
111
  Hide() {
112
- this.wrapper.classList.remove("visible"), document.body.removeChild(this.wrapper), this.wrapper = null, this.inner = null;
112
+ const i = this.wrapper, l = this.inner;
113
+ !i || !l || (i.classList.remove("visible"), document.body.removeChild(i), this.wrapper = null, this.inner = null);
113
114
  }
114
115
  Position(i) {
115
116
  const s = i.currentTarget.getBoundingClientRect();