fixing list scroll bug
This commit is contained in:
parent
e820bad08d
commit
0dad49f8ed
|
@ -6254,7 +6254,7 @@ requires
|
|||
that.$content.empty();
|
||||
Ox.print('self.selected', self.selected, 'self.page', self.page);
|
||||
loadPages(self.page, function() {
|
||||
scrollTo(pos, true);
|
||||
scrollToPosition(pos, true);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user