@quadrel-enterprise-ui/framework 20.0.1-beta.107.1 → 20.0.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.
@@ -24773,7 +24773,7 @@ class QdSectionToolbarActionComponent {
24773
24773
  .pipe(takeUntil(this._destroy$))
24774
24774
  .subscribe(({ payload }) => {
24775
24775
  this._viewonly$.next(payload.isViewonly);
24776
- this.changeDetectorRef.detectChanges();
24776
+ this.changeDetectorRef.markForCheck();
24777
24777
  });
24778
24778
  }
24779
24779
  initActionStreams() {