Multiple annotations should show on multiple lines
This commit is contained in:
parent
9b993ee9c2
commit
cbf007010e
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ function GutterHandler(mouseHandler) {
|
|||
|
||||
if (tooltipAnnotation == annotation)
|
||||
return;
|
||||
tooltipAnnotation = annotation.text.join("\n");
|
||||
tooltipAnnotation = annotation.text.join("<br/>");
|
||||
|
||||
tooltip.style.display = "block";
|
||||
tooltip.innerHTML = tooltipAnnotation;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue