Fix getScrollLeft to actually get scroll left
This commit is contained in:
parent
5b6e24dd09
commit
cd88f1ccfb
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.getScrollLeft = function() {
|
||||
return this.session.getScrollTop();
|
||||
return this.session.getScrollLeft();
|
||||
};
|
||||
|
||||
this.getScrollTopRow = function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue