mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 458741: unbreak panning r=bcombee
This commit is contained in:
parent
195330709e
commit
6f7ab6c7e1
@ -491,6 +491,8 @@ ContentPanningModule.prototype = {
|
||||
this._owner.grab(this);
|
||||
ws.dragStart(sX, sY);
|
||||
|
||||
Browser.canvasBrowser.prepareForPanning();
|
||||
|
||||
// set the kinetic start time
|
||||
this._kineticData.lastTime = Date.now();
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user