Remove console log
This commit is contained in:
parent
9996b1c8e3
commit
dc951a3804
@ -58,7 +58,6 @@ function bindMouseWheelHandler(element, i) {
|
||||
function shouldBeConsumedByChild(deltaX, deltaY) {
|
||||
var child = element.querySelector('textarea:hover, .ps-child:hover');
|
||||
if (child) {
|
||||
console.log(child);
|
||||
if (child.tagName !== 'TEXTAREA' && !window.getComputedStyle(child).overflow.match(/(scroll|auto)/)) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user