mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 897701: Don't entrain the target of the pan longer than necessary. r=jlebar
This commit is contained in:
parent
32c71c29d7
commit
50b6fd843b
@ -216,6 +216,9 @@ const ContentPanning = {
|
||||
}
|
||||
|
||||
this._finishPanning();
|
||||
|
||||
// Now that we're done, avoid entraining the thing we just panned.
|
||||
this.pointerDownTarget = null;
|
||||
},
|
||||
|
||||
// True when there's an async pan-zoom controll watching the
|
||||
|
Loading…
Reference in New Issue
Block a user