try fix
This commit is contained in:
@@ -375,6 +375,8 @@ function init(prefix) {
|
||||
e.addEventListener("dragend", function(ev) {
|
||||
var x = ev.clientX - ( mouseDownX );
|
||||
var y = ev.clientY - ( mouseDownY );
|
||||
x = ev.movementX + mouseDownX;
|
||||
x = ev.movementY + mouseDownY;
|
||||
//x -= window.screenLeft;
|
||||
//y -= window.screenTop;
|
||||
rpl.moveTo(x, y);
|
||||
|
Reference in New Issue
Block a user