mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-07 06:57:02 +08:00
Mousewheel working
This commit is contained in:
@ -99,7 +99,7 @@
|
||||
if(newY > 0) {
|
||||
newY = 0;
|
||||
} else if (newY < -maxY) {
|
||||
newY = maxY;
|
||||
newY = -maxY;
|
||||
}
|
||||
|
||||
this.scrollTo(0, newY, 0);
|
||||
|
||||
Reference in New Issue
Block a user