Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:09:47 -04:00
parent 9aca55ec71
commit 7df2e6c83b
2 changed files with 2 additions and 1 deletions

View File

@@ -387,6 +387,7 @@ function init(prefix) {
}, false);
e.addEventListener("dragend", function(ev) {
console.log(mouseDownX, mouseDownY);
var dx = ox + ev.clientX - mouseDownX;
var dy = oy + ev.clientY - mouseDownY;