Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:29:23 -04:00
parent d0d1bed10a
commit 21b80ecc8d
2 changed files with 2 additions and 2 deletions

View File

@@ -402,7 +402,7 @@ function init(prefix) {
console.log(mouseDownX, mouseDownY);
var dx = ox + ev.screenX - mouseDownX;
var dy = oy + ev.screenY - mouseDownY;
var rpl = getReplyTo();
console.log(ox, oy, dx, dy);
rpl.translate(dx, dy);
console.log(rpl.x, rpl.y);