| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 2836554 commit c7409d3
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -193,6 +193,7 @@ export const applyDecoration = ( | |||
| 193 | 193 | after.className = 'sourcegraph-extension-element' | |
| 194 | 194 | after.style.backgroundColor = decoration.after.backgroundColor || null | |
| 195 | 195 | after.textContent = decoration.after.contentText || null | |
| 196 | + after.title = decoration.after.hoverMessage || '' | ||
| 196 | 197 | ||
| 197 | 198 | const annotation = decoration.after.linkURL ? linkTo(decoration.after.linkURL)(after) : after | |
| 198 | 199 | codeElement.appendChild(annotation) | |
| Back | FazBrowse Home | New Git URL |
0 commit comments