diff --git a/projects/ion/src/lib/tour/tour-step.directive.ts b/projects/ion/src/lib/tour/tour-step.directive.ts index ae3e95741..6cb6dc945 100644 --- a/projects/ion/src/lib/tour/tour-step.directive.ts +++ b/projects/ion/src/lib/tour/tour-step.directive.ts @@ -226,7 +226,7 @@ export class IonTourStepDirective implements OnInit, OnChanges, OnDestroy { private hostPositionChanged(): boolean { const newPosition = this.elementRef.nativeElement.getBoundingClientRect(); - return ( + return !( this.hostPosition && newPosition && this.hostPosition.x === newPosition.x &&