e-virt-table 1.2.24 → 1.2.25

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/index.es.js CHANGED
@@ -1330,7 +1330,7 @@ class ue {
1330
1330
  };
1331
1331
  this.ctx.emit("error", x);
1332
1332
  }
1333
- if (!l.length)
1333
+ if (l = l.filter((x) => x.oldValue !== x.value), !l.length)
1334
1334
  return;
1335
1335
  const { BEFORE_VALUE_CHANGE_METHOD: d } = this.ctx.config;
1336
1336
  s === "none" && typeof d == "function" && (l = await d(l), r = !1), l.forEach((x) => {