barba
barba copied to clipboard
The `data-barba-prevent` attribute doesn't work on a `self` transition
When using a prevent data attribute on a link that run a self transition, the transition is not prevented.
Note that the
preventstrategy work as expected, so currently you can prevent the transition from running by usingevent.preventDefault()followed byevent.stopPropagation()inside thepreventcallback.