Andreas Lagerkvist
Andreas Lagerkvist
So am I doing something wrong or is this expected behaviour? If so it's a little weird it behaves differently with hashChange.
Unfortunately it doesn't change things... here's what my code looks like now: ```js constructor (el, ea) { this.el = el; this.ea = ea; this.onClick = e => { e.preventDefault(); e.stopImmediatePropagation();...
@Eagle94T I did not. But even if that works it's inconsistent it doesn't work the same with and without pushState
@bigopon I don't want the router to ignore it though. Most of the time I want the `route-href` to work as it should, and then in some cases I want...
@bigopon Honestly that's a little more hassle than I'm willing to get this working :P I'll try mousedown first at least.
@bigopon Ah I see. I'll take a look at it when I get a chance. This particular feature (open some URLs in popups in some resolutions) has been pushed down...
You are correct in that switching to numbers fixes the duplication problem (for some reason :P) but the weird thing is that nothing except the duplication issue prevents you from...
> Currently, it is possible in this way, though it does end up wrapping the words twice: > > ``` > Splitting({ by: 'lines' }).forEach( s => { > Splitting({...
I noticed the same thing with ChartJS. Perhaps it's some sort of standard? Not to show the last border I mean.
Yes please merge this PR :)