nuxeo-development-framework 0.6.1 → 0.6.2

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.
@@ -6968,7 +6968,7 @@
6968
6968
  changes.data.currentValue &&
6969
6969
  changes.data.previousValue) {
6970
6970
  this.data = __spreadArray([], __read(changes.data.currentValue));
6971
- this.buffer = this.data.slice(0, this.bufferSize);
6971
+ this.buffer = this.data;
6972
6972
  }
6973
6973
  };
6974
6974
  DynamicFormSelectItemComponent.prototype.ngOnInit = function () {