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

The option with Modal did not work for me

Open mylastore opened this issue 3 years ago • 0 comments

I could not get the setup with Modal to work with svelte-kit latest, when I click on an image I console log images and idx from the popModal function and both are getting the correct values.

src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-2.jpg"}1: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-1.jpg"}2: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-4.jpg"}3: {src: "http://localhost:8000/60d40acab7f2ee0a97c7515a/slide-3.jpg"}]

idx
0
1
2
3
..etc

mylastore avatar Jun 24 '21 15:06 mylastore