Skip to content

Commit

Permalink
same thing, simpler way
Browse files Browse the repository at this point in the history
  • Loading branch information
GeoSot committed Feb 4, 2022
1 parent 8ef44c2 commit f70bfd0
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 @@ -222,7 +222,7 @@ class Tooltip extends BaseComponent {
return
}

this.setContent(this._getContentForTemplate()) // todo v6 remove this OR make it optional
this.tip.remove() // todo v6 remove this OR make it optional
const tip = this._getTipElement()

this._element.setAttribute('aria-describedby', tip.getAttribute('id'))
Expand Down

0 comments on commit f70bfd0

Please sign in to comment.