mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed auto scroll bottom
This commit is contained in:
4
js/angular/directive/infiniteScroll.js
vendored
4
js/angular/directive/infiniteScroll.js
vendored
@@ -103,10 +103,6 @@ IonicModule
|
||||
$element[0].classList.remove('active');
|
||||
$timeout(function() {
|
||||
scrollView.resize();
|
||||
$timeout(function() {
|
||||
var max = scrollView.getScrollMax();
|
||||
scrollView.scrollTo(max.left, max.top, true, null, true);
|
||||
}, 5, false);
|
||||
}, 0, false);
|
||||
infiniteScrollCtrl.isLoading = false;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user