more
This commit is contained in:
parent
1467979dab
commit
13f8a0ab13
@ -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) {
|
||||
|
Reference in New Issue
Block a user