Archived
1
0

try fixing undefined behavior on drag

This commit is contained in:
Jeff
2016-05-03 15:00:58 -04:00
parent 8782dffeae
commit 363bf49799
2 changed files with 2 additions and 2 deletions

View File

@@ -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) {