diff --git a/contrib/js/nntpchan/reply.js b/contrib/js/nntpchan/reply.js index 6ead7a3..e348508 100644 --- a/contrib/js/nntpchan/reply.js +++ b/contrib/js/nntpchan/reply.js @@ -264,7 +264,9 @@ function init(prefix) { $(rpl.elem).on("mousedown", e, function (ev) { - $dragging = $(rpl.elem); + if (ev.button == 0 ) { + $dragging = $(rpl.elem); + } }); $(rpl.elem).on("mouseup", function (e) {