Closed joaoprp closed 7 years ago
Umm... this might stress my skill a little, but could you share a code snippet which demonstrates the problem?
Sorry, never mind. The issue was with another plugin (to sort tables) that kidnaps click events. When I removed it, it worked fine.
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?