From 95b4dd7c91bb43d5532ddbce0b9cc5f0b3f4823a Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 12:01:04 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index eb27777..0777d96 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -255,8 +255,7 @@ function init(prefix) { if ($dragging) { var x = ev.pageX - $(this).width() / 2, y = ev.pageY - $(this).height() / 2; - y -= $(e).height(); - x -= $(e).width(); + $(e).offset({ top: y, left: x