diff --git a/src/presets/classic/components/connection/connection-wrapper.component.ts b/src/presets/classic/components/connection/connection-wrapper.component.ts index cab584d..5dc5bc0 100644 --- a/src/presets/classic/components/connection/connection-wrapper.component.ts +++ b/src/presets/classic/components/connection/connection-wrapper.component.ts @@ -73,5 +73,6 @@ export class ConnectionWrapperComponent implements OnInit, OnChanges{ this.ref.instance.start = this._start this.ref.instance.end = this._end this.ref.instance.path = this._path + this.ref.changeDetectorRef.markForCheck(); } }