@sumaris-net/ngx-components 2.6.25 → 2.6.26

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.
@@ -30665,7 +30665,8 @@ class AppEditor {
30665
30665
  }
30666
30666
  markAsReady(opts) {
30667
30667
  this._children?.forEach(c => c.markAsReady(opts));
30668
- this.readySubject.next(true);
30668
+ if (!this.readySubject.value)
30669
+ this.readySubject.next(true);
30669
30670
  }
30670
30671
  ready(opts) {
30671
30672
  if (this.readySubject.value)