inertiajs / pingcrm

A demo application to illustrate how Inertia.js works.
http://demo.inertiajs.com
MIT License
2.14k stars 779 forks source link

Vue3: Dropdown addEventListener keydown not removed on unmount #168

Closed jrson83 closed 6 months ago

jrson83 commented 2 years ago

Hey, the document.addEventListener('keydown' ... in Dropdown.vue does not get removed on component unmount, so it gets repeatedly added to the document EventListeners on page change.

2022-01-03_08h32_34

driesvints commented 6 months ago

Closing this issue because it's inactive, already solved, old or not relevant anymore. Feel to open up a new issue if you're still experiencing this.