Skip to content

Commit 8353545

Browse files
Update index.js
1 parent 16ad8e0 commit 8353545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/js/components/tooltips/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ function registerTooltip(element) {
6060
(htmlTooltip === null || htmlTooltip.trim().length == 0)
6161
) {
6262
tippy(
63-
reference,
63+
reference,
6464
Object.assign(
6565
{
6666
content: () => tooltip.replace(/<br[ /]?\/?>|\\n/g, "\n"),

0 commit comments

Comments
 (0)