carriera-intern-components 1.1.183 → 1.1.184

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.
@@ -3718,7 +3718,7 @@ class DropZoneComponent {
3718
3718
  else {
3719
3719
  this.docs.update((docs) => [...docs, filePreview]);
3720
3720
  }
3721
- if (!this.crop)
3721
+ if (!this.crop())
3722
3722
  this.emitDocs();
3723
3723
  const visibleCount = this.size() === '480px' ? 2 : 3;
3724
3724
  const total = this.docs().length;