Open gkatsanos opened 2 years ago
Hi! I have met the same issue. I didn't solve it yet but have changed the trigger from "click" to "hover" to avoid appearing such a huge amount of events (I had more than 600 popup elements and 600+ events accordingly). Such a temporary solution. Maybe it will be suitable for you too.
any click, anywhere in the page, triggers a bunch of these: probably events propagated all the way up the root of the DOM. Any idea why it happens and how we can fix it?