BulatDashiev / svelte-slider

Simple range slider for Svelte 3
27 stars 7 forks source link

Passive event listeners #7

Open mgrubinger opened 1 year ago

mgrubinger commented 1 year ago

This PR defines the event listeners as passive using {passive: true} event option. This improves performance, especially on mobile. (This is also reported by Lighthouse as an issue) Second commit also updates dependencies. Feel free to skip this commit if you don't want to do this. Thanks!