GregPeden / click-confirm

Convenient and elegant inline user confirmation of UI events.
https://sirlamer.github.io/click-confirm/
MIT License
27 stars 13 forks source link

click-confirm on async loop content #5

Closed joaoprp closed 7 years ago

joaoprp commented 7 years ago

Hi,

I realized when I added inside an async loop, the clicks weren't captured. I tried to add a button outside the loop and worked just fine so I believe it's either loop, async or a sum of both.

Can you put some light on it and help me on what should I do?

GregPeden commented 7 years ago

Umm... this might stress my skill a little, but could you share a code snippet which demonstrates the problem?

joaoprp commented 7 years ago

Sorry, never mind. The issue was with another plugin (to sort tables) that kidnaps click events. When I removed it, it worked fine.