use scroller as mousetarget to not miss mouse events on scrollmargin
This commit is contained in:
parent
93c39ca5b0
commit
9e9aa8f328
1 changed files with 1 additions and 1 deletions
|
|
@ -615,7 +615,7 @@ var VirtualRenderer = function(container, theme) {
|
|||
* @returns {DOMElement}
|
||||
**/
|
||||
this.getMouseEventTarget = function() {
|
||||
return this.content;
|
||||
return this.scroller;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue