mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
followup bug 461376 - double rotate gesture. rs=Mardak
This commit is contained in:
parent
73586bf9aa
commit
f5aecbfcbd
@ -681,7 +681,7 @@ let gGestureSupport = {
|
||||
init: function GS_init(aAddListener) {
|
||||
const gestureEvents = ["SwipeGesture",
|
||||
"MagnifyGestureStart", "MagnifyGestureUpdate", "MagnifyGesture",
|
||||
"RotateGesture", "RotateGestureUpdate", "RotateGesture"];
|
||||
"RotateGestureStart", "RotateGestureUpdate", "RotateGesture"];
|
||||
|
||||
let addRemove = aAddListener ? window.addEventListener :
|
||||
window.removeEventListener;
|
||||
|
Loading…
Reference in New Issue
Block a user