We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35c8420 + e63d0ba commit fe5d4c8Copy full SHA for fe5d4c8
1 file changed
src/presets/classic/components/connection/connection-wrapper.component.ts
@@ -73,5 +73,6 @@ export class ConnectionWrapperComponent implements OnInit, OnChanges{
73
this.ref.instance.start = this._start
74
this.ref.instance.end = this._end
75
this.ref.instance.path = this._path
76
+ this.ref.changeDetectorRef.markForCheck();
77
}
78
0 commit comments