atom-community / minimap-plus

:warning: Deprecated - use the original minimap
https://atom.io/packages/minimap-plus
2 stars 0 forks source link

:racehorse: Make event listeners passive #2

Closed aminya closed 4 years ago

aminya commented 4 years ago

Marking event listeners as passive, indicates that the callback will never call event.preventDefault(). This can improve scolling performance in many cases.

For more information on passive event listeners see: https://developers.google.com/web/updates/2016/06/passive-event-listeners

github-actions[bot] commented 4 years ago

:tada: This PR is included in version 4.30.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: