can't scroll all the way to the left with mouse
This commit is contained in:
parent
93fb27747e
commit
b21ec9185e
1 changed files with 1 additions and 1 deletions
|
|
@ -633,7 +633,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
|
||||
var pos = this.$cursorLayer.getPixelPosition();
|
||||
|
||||
var left = pos.left + this.$padding;
|
||||
var left = pos.left;
|
||||
var top = pos.top;
|
||||
|
||||
if (this.scrollTop > top) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue