@easy-editor/core 0.0.8 → 0.0.9

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.js CHANGED
@@ -9802,7 +9802,7 @@ class SettingPropEntry {
9802
9802
  } = this.extraProps;
9803
9803
  if (setValue && !extraOptions?.disableMutator) {
9804
9804
  try {
9805
- setValue(this, val);
9805
+ setValue(this, val, oldValue);
9806
9806
  } catch (e) {
9807
9807
  console.warn(e);
9808
9808
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easy-editor/core",
3
- "version": "0.0.8",
3
+ "version": "0.0.9",
4
4
  "description": "A cross-framework low-code engine with scale-out design.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",