RobinCK / vue-popper

:whale: VueJS popover component based popper.js 🇺🇦
https://robinck.github.io/vue-popper/
MIT License
438 stars 105 forks source link

BUG: Multiple documentclick events triggered by popper #150

Open gkatsanos opened 2 years ago

gkatsanos commented 2 years ago

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 commented 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.