@famibee/skynovel 1.48.11 → 1.48.12

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
@@ -20039,8 +20039,7 @@ class Y {
20039
20039
  destroy() {
20040
20040
  this.fncFirstComp = () => {
20041
20041
  }, this.fncAllComp = () => {
20042
- }, this.#l = () => {
20043
- }, this.#d.forEach((t) => {
20042
+ }, this.#l = (t) => t.destroy(), this.#d.forEach((t) => {
20044
20043
  t.parent?.removeChild(t), t.destroy();
20045
20044
  }), this.#d = [];
20046
20045
  }