fix move (broken in r1225)

This commit is contained in:
Simon Kornblith 2007-03-13 19:39:55 +00:00
parent 8eeefc16e7
commit 735aab1de1

View File

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