diff --git a/packages/gantt/src/gantt-item-upper.ts b/packages/gantt/src/gantt-item-upper.ts index fbe42d64..6b8a5c98 100644 --- a/packages/gantt/src/gantt-item-upper.ts +++ b/packages/gantt/src/gantt-item-upper.ts @@ -36,7 +36,6 @@ export abstract class GanttItemUpper implements OnChanges, OnInit, OnDestroy { this.refsUnsubscribe$.next(); this.refsUnsubscribe$.complete(); this.item = item; - this.setPositions(); this.item.refs$.pipe(takeUntil(this.refsUnsubscribe$)).subscribe(() => { this.setPositions(); });