fix move (broken in r1225)
This commit is contained in:
parent
8eeefc16e7
commit
735aab1de1
|
@ -784,7 +784,7 @@ Zotero.Annotation.prototype._addChildElements = function() {
|
|||
this.moveImg = this.document.createElement("img");
|
||||
this.moveImg.src = "chrome://zotero/skin/annotation-move.png";
|
||||
this.moveImg.addEventListener("click", function(e) {
|
||||
me._startMove();
|
||||
me._startMove(e);
|
||||
}, false);
|
||||
moveDiv.appendChild(this.moveImg);
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user