diff --git a/src/app/ui/draggableContent.js b/src/app/ui/draggableContent.js index c18b47f7b6..432de3f500 100644 --- a/src/app/ui/draggableContent.js +++ b/src/app/ui/draggableContent.js @@ -97,6 +97,7 @@ function dragElement (elmnt) { function dragMouseDown (e) { e = e || window.event + if (e.button != 0) return e.preventDefault() // get the mouse cursor position at startup: pos3 = e.clientX