Skip to content

Commit

Permalink
Merge branch 'main' into navbar-offcanvas-shadows-zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 10, 2021
2 parents ec49c84 + 24e3ca2 commit 4fb8236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ class Tooltip extends BaseComponent {
content = sanitizeHtml(content, this._config.allowList, this._config.sanitizeFn)
}

element.innerHTML = content
element.innerHTML = content // lgtm [js/xss-through-dom]
} else {
element.textContent = content
}
Expand Down

0 comments on commit 4fb8236

Please sign in to comment.