svelte-carousel icon indicating copy to clipboard operation
svelte-carousel copied to clipboard

on:click-events do not work on clones

Open jis3r opened this issue 1 year ago • 1 comments

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.

jis3r avatar Aug 02 '23 14:08 jis3r

Seconded -- I'm using events such as OnMouseEnter and the same behavior exists

ngregrichardson avatar Oct 03 '23 05:10 ngregrichardson