package
This commit is contained in:
parent
b3b1dcbbac
commit
cd19802f46
4 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
|
@ -12229,7 +12229,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.getScrollLeft = function() {
|
||||
return this.session.getScrollLop();
|
||||
return this.session.getScrollTop();
|
||||
};
|
||||
|
||||
this.getScrollTopRow = function() {
|
||||
|
|
|
|||
|
|
@ -12229,7 +12229,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
};
|
||||
|
||||
this.getScrollLeft = function() {
|
||||
return this.session.getScrollLop();
|
||||
return this.session.getScrollTop();
|
||||
};
|
||||
|
||||
this.getScrollTopRow = function() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue