Archived
1
0
This commit is contained in:
Jeff
2016-05-03 14:39:17 -04:00
parent 2415c10029
commit 1ef0430392
2 changed files with 2 additions and 2 deletions

View File

@@ -389,7 +389,7 @@ function init(prefix) {
e.setAttribute("draggable", "true");
e.addEventListener("dragstart", function(ev) {
e.addEventListener("drag", function(ev) {
console.log(ev);
mouseDownX = ev.screenX;
mouseDownY = ev.screenY;