@voicenter-team/voicenter-ui-plus 0.0.93 → 0.0.94

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/library/super.mjs CHANGED
@@ -20081,7 +20081,8 @@ const pn = vz(), gz = Z({
20081
20081
  this.documentKeydownListener && (document.removeEventListener("keydown", this.documentKeydownListener), this.documentKeydownListener = null);
20082
20082
  },
20083
20083
  unbindDocumentState() {
20084
- pn.countModals() > 0 || Zi.removeClass(document.body, "overflow-hidden");
20084
+ const e = pn.countModals();
20085
+ console.log("unbindDocumentState", e), !(e > 0) && Zi.removeClass(document.body, "overflow-hidden");
20085
20086
  },
20086
20087
  containerRef(e) {
20087
20088
  return this.container = e, "containerRef";