I am on Windows 10 using Chrome. I have noticed that scrolling on the main window has intention to change the volume. When I do this though, it's jumping to 0% or 100%. A similar behaviour happens when I try and scroll the playlist. It scrolls very rapidly, tending towards the top or bottom. I suspect the related code is: ```js return dispatch(setVolume(currentVolume + e.deltaY)); ```