Skip to content
Snippets Groups Projects

Add info tooltip

Merged Tögl, Christina requested to merge add-tooltip into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -33,6 +33,7 @@ export class TooltipElement extends ScopedElementsMixin(DBPLitElement) {
tippy(this._('#tooltip-icon'), {
content: this.textContent,
appendTo: this.shadowRoot,
});
}
Loading