more
This commit is contained in:
parent
4305692727
commit
95b4dd7c91
@ -255,8 +255,7 @@ function init(prefix) {
|
|||||||
if ($dragging) {
|
if ($dragging) {
|
||||||
var x = ev.pageX - $(this).width() / 2,
|
var x = ev.pageX - $(this).width() / 2,
|
||||||
y = ev.pageY - $(this).height() / 2;
|
y = ev.pageY - $(this).height() / 2;
|
||||||
y -= $(e).height();
|
|
||||||
x -= $(e).width();
|
|
||||||
$(e).offset({
|
$(e).offset({
|
||||||
top: y,
|
top: y,
|
||||||
left: x
|
left: x
|
||||||
|
Reference in New Issue
Block a user