@elderbyte/ngx-starter 19.6.0 → 19.6.1

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.
@@ -16030,7 +16030,7 @@ class ElderContinuatorComponent {
16030
16030
  this.chunkSizeChange = output();
16031
16031
  }
16032
16032
  onChunkSizeChange(newSize) {
16033
- if (newSize !== untracked(this.chunkSize)) {
16033
+ if (newSize && newSize !== untracked(this.chunkSize)) {
16034
16034
  this.chunkSizeChange.emit(newSize);
16035
16035
  }
16036
16036
  }