From 13f8a0ab13a969f43d149847f47aaed75b89b3a3 Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Mon, 16 Jan 2017 11:55:16 -0500 Subject: [PATCH] more --- contrib/js/nntpchan/reply.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) {