mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee
This commit is contained in:
parent
6e5d2a6df7
commit
6078e14ea6
@ -295,9 +295,6 @@ ChromeInputModule.prototype = {
|
||||
dragData.setDragStart(sX, sY);
|
||||
|
||||
[sX, sY] = dragData.lockAxis(sX, sY);
|
||||
|
||||
// grab all events until we stop the drag
|
||||
ws.dragStart(sX, sY);
|
||||
},
|
||||
|
||||
_dragStop: function _dragStop(sX, sY) {
|
||||
|
Loading…
Reference in New Issue
Block a user