Skip to content

Commit 1780d6c

Browse files
authored
Merge pull request #154 from retejs/connection-change-detection
Connection change detection
2 parents 35c8420 + ff1a538 commit 1780d6c

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)