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 Jan 12, 2022
1 parent 67e2c7d commit 2f569fa
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 @@ -220,7 +220,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 2f569fa

Please sign in to comment.