We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb96a5a commit 59217baCopy full SHA for 59217ba
js/src/tooltip.js
@@ -237,7 +237,7 @@ class Tooltip extends BaseComponent {
237
return
238
}
239
240
- // A trick to recreate a tooltip in case a new title is given by using the NOT documented `data-bs-original-title`
+ // A trick to recreate a tooltip in case a new title is given by using the NOT documented `data-coreui-original-title`
241
// This will be removed later in favor of a `setContent` method
242
if (this.constructor.NAME === 'tooltip' && this.tip && this.getTitle() !== this.tip.querySelector(SELECTOR_TOOLTIP_INNER).innerHTML) {
243
this._disposePopper()
0 commit comments