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:
parent
6201555da5
commit
a23bc74ae4
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue