Skip to content

Commit ff1a538

Browse files
kryshacNi55aN
authored andcommitted
fix: change dection for connection component
1 parent 35c8420 commit ff1a538

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/presets/classic/components/connection/connection-wrapper.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,6 @@ export class ConnectionWrapperComponent implements OnInit, OnChanges{
7373
this.ref.instance.start = this._start
7474
this.ref.instance.end = this._end
7575
this.ref.instance.path = this._path
76+
this.ref.changeDetectorRef.markForCheck();
7677
}
7778
}

0 commit comments

Comments
 (0)