Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: Multiple documentclick events triggered by popper #150

Open
gkatsanos opened this issue Nov 27, 2021 · 1 comment
Open

BUG: Multiple documentclick events triggered by popper #150

gkatsanos opened this issue Nov 27, 2021 · 1 comment

Comments

@gkatsanos
Copy link

any click, anywhere in the page, triggers a bunch of these: image
probably events propagated all the way up the root of the DOM.
Any idea why it happens and how we can fix it?

@A-simo
Copy link

A-simo commented Dec 25, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants