From ff1a5380f082efefe66102cbc46155f1ef08316d Mon Sep 17 00:00:00 2001 From: Cristian Cazacu Date: Sat, 2 Aug 2025 19:05:22 +0300 Subject: [PATCH] fix: change dection for connection component --- .../components/connection/connection-wrapper.component.ts | 1 + 1 file changed, 1 insertion(+) 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(); } }