collapsed annotation icon should not be visible until annotation has been collapsed
This commit is contained in:
parent
c831357c36
commit
b0b91267f4
|
@ -675,7 +675,7 @@ Zotero.Annotation.prototype.displayWithAbsoluteCoordinates = function(absX, absY
|
|||
// generate pushpin div
|
||||
this.pushpinDiv = this.document.createElement("div");
|
||||
this.pushpinDiv.style.padding = "0";
|
||||
this.pushpinDiv.style.display = "block";
|
||||
this.pushpinDiv.style.display = "none";
|
||||
this.pushpinDiv.style.position = "absolute";
|
||||
this.pushpinDiv.style.cursor = "pointer";
|
||||
// generate pushpin image
|
||||
|
|
Loading…
Reference in New Issue
Block a user