Skip to content

Commit

Permalink
fix(segment): allow routerLink to work on segment buttons (#20682)
Browse files Browse the repository at this point in the history
fixes #20678
  • Loading branch information
liamdebeasi committed Mar 5, 2020
1 parent 44993b7 commit 314dbb1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/components/segment/segment.tsx
Expand Up @@ -143,7 +143,6 @@ export class Segment implements ComponentInterface {

const checkedValidButton = this.setNextIndex(detail, true);

detail.event.preventDefault();
detail.event.stopImmediatePropagation();

if (checkedValidButton) {
Expand Down

0 comments on commit 314dbb1

Please sign in to comment.