Volafile / volafile-bugs

Volafile.org public bug tracker
17 stars 2 forks source link

Use passive mouse events #237

Closed RealDolos closed 5 years ago

RealDolos commented 5 years ago

See: https://developer.mozilla.org/en-US/docs/Web/API/EventTarget/addEventListener

You really want to use "passive" events (where available) for some of the mouse actions, in particular "scrolling" events, because chrome shits itself performance-wise when you use active listeners. Firefox isn't that bad, but bad enough.

laino commented 5 years ago

fixed upstream