Skip to content

Fix a problem with scrolling down - #318

Open
VladimirValov wants to merge 1 commit into
peachananr:masterfrom
VladimirValov:master
Open

Fix a problem with scrolling down#318
VladimirValov wants to merge 1 commit into
peachananr:masterfrom
VladimirValov:master

Conversation

@VladimirValov

Copy link
Copy Markdown

At any scrolling the event of scrolling upwards works as delta = 0 falls under the condition
if (deltaOfInterest < 0) {
el.moveDown()
} else {
el.moveUp()
}

At any scrolling the event of scrolling upwards works as delta = 0 falls under the condition
 if (deltaOfInterest < 0) {
          el.moveDown()
        } else {
          el.moveUp()
        }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant