RED-4805 & RED-4725: use markForCheck instead of detectChanges
This commit is contained in:
parent
71c139aee2
commit
affa138030
@ -28,6 +28,6 @@ export class WorkflowItemComponent implements OnInit {
|
|||||||
@Debounce(30)
|
@Debounce(30)
|
||||||
private _updateItemWidth(entry: ResizeObserverEntry): void {
|
private _updateItemWidth(entry: ResizeObserverEntry): void {
|
||||||
this.width = entry.contentRect.width;
|
this.width = entry.contentRect.width;
|
||||||
this._changeRef.detectChanges();
|
this._changeRef.markForCheck();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 4c0e6d1beda5b9633e73e5cafd59b5dcf76c5428
|
Subproject commit 4edb6bedc428ff1da47565aec0497681c0bda804
|
||||||
Loading…
x
Reference in New Issue
Block a user