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
  • Loading branch information
jeripeierSBB authored Oct 24, 2023
1 parent 3daedd1 commit 5ce3fe6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1505,6 +1505,14 @@
"utilization-low",
"utilization-medium",
"utilization-none",
"utilization-high-negative",
"utilization-low-negative",
"utilization-medium-negative",
"utilization-none-negative",
"utilization-high-high-contrast",
"utilization-low-high-contrast",
"utilization-medium-high-contrast",
"utilization-none-high-contrast",
"bex",
"cnl",
"ec",
Expand Down Expand Up @@ -1716,6 +1724,7 @@
"nj",
"ogv",
"pe",
"pe-30",
"re",
"re-1",
"re-2",
Expand Down
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 5ce3fe6

Please sign in to comment.