Skip to content

Commit

Permalink
fix: make ionic compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Jun 24, 2019
1 parent 9663317 commit 71d5e97
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ export class XstateRouterNavigo implements ComponentInterface {
this.capture &&
// that nobody else handled this already
!event.defaultPrevented &&
// that we clicked an anchor,
el.tagName.toLowerCase() === 'a' &&
// that the link has a `href` attribute
el.hasAttribute('href')
) {
Expand Down

0 comments on commit 71d5e97

Please sign in to comment.