mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 509711: Too easy to click links on webpages, r=stuart
This commit is contained in:
parent
f422773a79
commit
bf18adb909
@ -402,7 +402,7 @@ InputHandler.EventInfo.prototype = {
|
||||
*/
|
||||
function MouseModule(owner) {
|
||||
this._owner = owner;
|
||||
this._dragData = new DragData(this, 50, 200);
|
||||
this._dragData = new DragData(this, 15, 200);
|
||||
|
||||
this._dragger = null;
|
||||
this._clicker = null;
|
||||
|
Loading…
Reference in New Issue
Block a user