1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-29 22:18:31 +00:00

4.0.0-rc4.2

* Fixed: Issue scrolling up with Smooth Scrolling enabled and Freeze on Hover disabled.
This commit is contained in:
SirStendec 2018-07-04 14:23:21 -04:00
parent 6201555da5
commit a23bc74ae4
3 changed files with 7 additions and 2 deletions

View file

@ -274,7 +274,7 @@ export default class Scroller extends Module {
}
const smoothAnimation = () => {
if ( this.state.ffzFrozen )
if ( this.state.ffzFrozen || ! this.state.isAutoScrolling )
return this.ffz_is_smooth_scrolling = false;
// See how much time has passed to get a step based off the delta