-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
If I drag the carousel left <> right, when I mouse up, it fires a (click) event to the object in the array.
<ngx-slick class="carousel" #slickModal="slick-modal" [config]="slideConfig" width="100%">
<div *ngFor="let story of stories | async; let i = index" ngxSlickItem class='slide' width="100%">
<feature-story class="story-type-a" [title]="story?.headline" [storyID]="story?.$key" [handle]="story?.handle" [avatar]="story?.avatar"
[date]="story?.timestamp" [storyImage]="story?.image" [bgColor]="story?.bgColor" [category]="story?.category"></feature-story>
</div>
</ngx-slick>
feature-story itself has a click handler (click)="GoToStory(storyID)"
Is there a simple way to disable this? It doesn't appear to be happening on mobile, only with the mouse/trackpad.
Metadata
Metadata
Assignees
Labels
No labels