You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is old but if anyone needs a workaround this is how i handled it:
in the component for the listItem in slick (mousedown)="dragStart()" (mouseup)="dragEnd()" (click)="doRouting()"
in the controller : dragStart() { this.mouseDown = moment(); } dragEnd() { this.mouseUp = moment(); }
When a routerLink is contained inside a slick item the link is being followed when swiping left or right on mouseup.
The text was updated successfully, but these errors were encountered: