ng-tailwind 5.2.2 → 5.2.3

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.
@@ -7639,9 +7639,6 @@ class NgtDropzoneFileViewerComponent {
7639
7639
  this.loading = true;
7640
7640
  this.canShowViewer = true;
7641
7641
  }
7642
- setTimeout(() => {
7643
- this.loading = false;
7644
- }, 5000);
7645
7642
  }
7646
7643
  close() {
7647
7644
  this.canShowViewer = false;