use scroller as mousetarget to not miss mouse events on scrollmargin

This commit is contained in:
nightwing 2015-05-15 02:44:24 +04:00
commit 9e9aa8f328

View file

@ -615,7 +615,7 @@ var VirtualRenderer = function(container, theme) {
* @returns {DOMElement}
**/
this.getMouseEventTarget = function() {
return this.content;
return this.scroller;
};
/**