Archived
1
0

try fixing drag to move behavior

This commit is contained in:
Jeff
2016-05-03 15:07:20 -04:00
parent 82d71588e9
commit f227786e33
2 changed files with 2 additions and 2 deletions

View File

@@ -391,7 +391,7 @@ function init(prefix) {
y = ev.pageY - $(this).height() / 2;
$dragging.offset({
top: y,
left: x
right: document.body.clientLeft - x
});
}
});