mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix clicking on things that aren't scrollboxes
This commit is contained in:
parent
e609aa26c3
commit
a229b683c9
@ -771,7 +771,7 @@ MouseModule.prototype = {
|
||||
traversing until we find something more well-behaved, as we
|
||||
prefer default behaviour to whiny scrollers. */ }
|
||||
}
|
||||
return [scrollbox, qinterface, (elem ? (elem.customDragger || this._defaultDragger) : null)];
|
||||
return [scrollbox, qinterface, (scrollbox ? (scrollbox.customDragger || this._defaultDragger) : null)];
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user