Skip to content

Commit

Permalink
fix(sbb-journey-maps): let finger tip on mobile be dismissible (#2056)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5ce3fe6)
  • Loading branch information
jeripeierSBB committed Oct 24, 2023
1 parent 9de8df3 commit e00e21f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/journey-maps/angular/journey-maps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -415,6 +415,7 @@ export class SbbJourneyMaps implements OnInit, AfterViewInit, OnDestroy, OnChang
/** @docs-private */
onTouchEnd(event: TouchEvent): void {
this.touchOverlayStyleClass = '';
this._cd.detectChanges();
this.touchEventCollector.next(event);
}

Expand Down

0 comments on commit e00e21f

Please sign in to comment.