Fix disabled scroll accumulation
This commit is contained in:
parent
5842829c59
commit
136d02ce28
1 changed files with 1 additions and 2 deletions
|
|
@ -563,8 +563,7 @@ impl Application for App {
|
|||
0.
|
||||
};
|
||||
|
||||
//let scroll = previous_scroll + y;
|
||||
let scroll = y;
|
||||
let scroll = previous_scroll + y;
|
||||
if scroll <= -4. {
|
||||
self.scroll = None;
|
||||
ScrollDirection::Prev
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue