fixing list scroll bug
This commit is contained in:
parent
927489e31d
commit
6c88cbe94f
1 changed files with 1 additions and 1 deletions
|
@ -6254,7 +6254,7 @@ requires
|
||||||
that.$content.empty();
|
that.$content.empty();
|
||||||
Ox.print('self.selected', self.selected, 'self.page', self.page);
|
Ox.print('self.selected', self.selected, 'self.page', self.page);
|
||||||
loadPages(self.page, function() {
|
loadPages(self.page, function() {
|
||||||
scrollTo(pos, true);
|
scrollToPosition(pos, true);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue