@famibee/skynovel 1.30.0 → 1.30.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.
package/dist/app.js CHANGED
@@ -51765,6 +51765,7 @@ class EventMng {
51765
51765
  __privateSet(this, _elmHint, document.querySelector(".sn_hint"));
51766
51766
  __privateSet(this, _spanHint, __privateGet(this, _elmHint).querySelector("span"));
51767
51767
  __privateSet(this, _popper, createPopper(__privateGet(this, _elmV), __privateGet(this, _elmHint)));
51768
+ __privateGet(this, _elmHint).hidden = true;
51768
51769
  appPixi.stage.interactive = true;
51769
51770
  if (CmnLib.isMobile)
51770
51771
  appPixi.stage.on("pointerdown", (e) => this.fire("click", e));