Open
Description
According to the Google devs, it is a good practice to flag every wheel, mousewheel, touchstart, and touchmove event listener with the passive attribute, see here.
There is a simple feature detection test to implement in order to see if the browser supports this flag here and it seems that the only place in Semantic UI where this flag needs to be passed is in one of the helper functions for managing events.
Is it possible to implement this?