Archived
1
0
This commit is contained in:
Jeff
2016-05-03 13:46:32 -04:00
parent 27192b0248
commit ee73b907de
2 changed files with 3 additions and 1 deletions

View File

@@ -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);