Archived
1
0

try fixing drag and drop

This commit is contained in:
Jeff
2016-05-03 15:02:01 -04:00
parent 363bf49799
commit ae45d3e516
2 changed files with 2 additions and 6 deletions

View File

@@ -382,11 +382,7 @@ function init(prefix) {
// position replyto widget
var e = rpl.elem;
var mouseDownX, mouseDownY;
var ox = document.body.clientWidth - 50;
var oy = 10;
rpl.moveTo(ox, oy);
var $dragging = null;
$(rpl.elem).on("mousemove", function(ev) {