RED-4805 & RED-4725: use markForCheck instead of detectChanges

This commit is contained in:
Dan Percic 2022-08-19 21:05:52 +03:00
parent 71c139aee2
commit affa138030
2 changed files with 2 additions and 2 deletions

View File

@ -28,6 +28,6 @@ export class WorkflowItemComponent implements OnInit {
@Debounce(30)
private _updateItemWidth(entry: ResizeObserverEntry): void {
this.width = entry.contentRect.width;
this._changeRef.detectChanges();
this._changeRef.markForCheck();
}
}

@ -1 +1 @@
Subproject commit 4c0e6d1beda5b9633e73e5cafd59b5dcf76c5428
Subproject commit 4edb6bedc428ff1da47565aec0497681c0bda804