From fb841cf2536aeca1b6e6e31590faf8de1b0d64ab Mon Sep 17 00:00:00 2001 From: louismaximepiton Date: Wed, 2 Feb 2022 14:56:58 +0100 Subject: [PATCH] fix tooltip bug --- js/src/tooltip.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/src/tooltip.js b/js/src/tooltip.js index ef5b9fa825a2..49b7a8e18dcd 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -537,8 +537,6 @@ class Tooltip extends BaseComponent { if (!this._element.getAttribute('aria-label') && !this._element.textContent) { this._element.setAttribute('aria-label', title) } - - this._element.removeAttribute('title') } _enter() {