Archived
1
0

update drag to move for post form

This commit is contained in:
Jeff Becker
2016-04-30 13:19:34 -04:00
parent 3710ed884e
commit d52a63586f
2 changed files with 3 additions and 2 deletions

View File

@@ -262,7 +262,8 @@ function init(prefix) {
var e = rpl.elem;
e.setAttribute("draggable", "true");
e.ondragover = function(ev) {
console.log(ev);
e.style.top = ev.y;
e.style.left = ev.x;
}
}