try fixing undefined behavior on drag
This commit is contained in:
@@ -400,7 +400,7 @@ function init(prefix) {
|
||||
|
||||
|
||||
$(rpl.elem).on("mousedown", e, function (ev) {
|
||||
$dragging = $(ev.target);
|
||||
$dragging = $(rpl.elem);
|
||||
});
|
||||
|
||||
$(rpl.elem).on("mouseup", function (e) {
|
||||
|
Reference in New Issue
Block a user