A module used to change the information of user action entered by various input devices such as touch screen or mouse into the logical virtual coordinates.
Since the behavior of the passive property of window.addEventListener is different depending on the browser and version, now we always set it to false.
This fix resolves issue #677 from Flicking component that uses Axes.
Details
Since the behavior of the passive property of
window.addEventListener
is different depending on the browser and version, now we always set it to false. This fix resolves issue #677 from Flicking component that uses Axes.