JosephusPaye / Keen-UI

A lightweight Vue.js UI library with a simple API, inspired by Google's Material Design.
https://josephuspaye.github.io/Keen-UI/
MIT License
4.1k stars 437 forks source link

Make blocking event listeners passive #543

Closed kilobyte2007 closed 2 years ago

kilobyte2007 commented 2 years ago

We need to make the event listeners for blocking events passive so that they don't impact performance. Also, browsers throw lots of warnings because of them. Reference: https://web.dev/uses-passive-event-listeners/