Archived
1
0
This commit is contained in:
Jeff
2016-05-03 13:05:45 -04:00
parent 3fb94baaca
commit df4b263f39
2 changed files with 3 additions and 3 deletions

View File

@@ -373,8 +373,8 @@ function init(prefix) {
e.addEventListener("dragend", function(ev) {
var x = originalX + ev.clientX - mouseDownX;
var y = originalY + ev.clientY - mouseDownY;
x -= window.screenLeft;
y -= window.screenTop;
//x -= window.screenLeft;
//y -= window.screenTop;
rpl.moveTo(x, y);
originalX = x;
originalY = y;