diff --git a/modules/link-factory.js b/modules/link-factory.js index af97c6a..a369fbd 100644 --- a/modules/link-factory.js +++ b/modules/link-factory.js @@ -40,7 +40,7 @@ function linkFactory(router) { }, clickHandler(evt) { - if (evt.nativeEvent.which === 1) { + if (!evt.nativeEvent.which === 2) { evt.preventDefault() router.navigate(this.props.routeName, this.props.routeParams, this.props.routeOptions) }