atom / atom-select-list

An etch component to show select lists with fuzzy filtering, keyboard navigation and other cool features.
MIT License
33 stars 33 forks source link

fix 15 - mouseUp should recive event parameter #19

Closed mateusvahl closed 7 years ago

mateusvahl commented 7 years ago

According to #15, there's a missing event parameter on mouseUp method. Chromium creates a global window.event, this why you can omit the parameter and do not receive errors. Font: https://stackoverflow.com/questions/30159017/why-is-event-available-globally-in-chrome-but-not-ff

as-cii commented 7 years ago

Thanks!