svelte-carousel
svelte-carousel copied to clipboard
on:click-events do not work on clones
I currently have a carousel with on:click-events on the images. When the carousel is not infinite, it works well. With infinite=true however, the clones get the correct styling as the original images, but the on:click-events only work on the originals and not on the clones. it would be awesome if the clones could also handle the events.
Seconded -- I'm using events such as OnMouseEnter and the same behavior exists