diff --git a/packages/stencil-xstate-router/src/components/xstate-router-navigo/xstate-router-navigo.tsx b/packages/stencil-xstate-router/src/components/xstate-router-navigo/xstate-router-navigo.tsx index cb81888..1bfbc08 100644 --- a/packages/stencil-xstate-router/src/components/xstate-router-navigo/xstate-router-navigo.tsx +++ b/packages/stencil-xstate-router/src/components/xstate-router-navigo/xstate-router-navigo.tsx @@ -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') ) {