Skip to content

Commit

Permalink
Fix on #35679 (#36668)
Browse files Browse the repository at this point in the history
* Fix

* .
  • Loading branch information
louismaximepiton committed Jul 11, 2022
1 parent 62b3d3c commit ed26906
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/src/tooltip.js
Expand Up @@ -344,8 +344,6 @@ class Tooltip extends BaseComponent {
setContent(content) {
this._newContent = content
if (this._isShown()) {
this.tip.remove()
this.tip = null
this._disposePopper()
this.show()
}
Expand Down

0 comments on commit ed26906

Please sign in to comment.