@zhongguo168a/yxeditor-common 0.0.101 → 0.0.102

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.esm.js CHANGED
@@ -3360,8 +3360,8 @@ class List {
3360
3360
  else {
3361
3361
  let newdata = target.getData().concat(data);
3362
3362
  target.resetData(newdata);
3363
- return target;
3364
3363
  }
3364
+ return target;
3365
3365
  }
3366
3366
  get length() {
3367
3367
  return this._data.length;