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 7694a5a commit c805aecCopy full SHA for c805aec
js/src/tooltip.js
@@ -111,8 +111,7 @@ const ClassName = {
111
}
112
113
const Selector = {
114
- TOOLTIP_INNER: '.tooltip-inner',
115
- TOOLTIP_ARROW: '.tooltip-arrow'
+ TOOLTIP_INNER: '.tooltip-inner'
116
117
118
const Trigger = {
@@ -310,7 +309,7 @@ class Tooltip {
310
309
behavior: this.config.fallbackPlacement
311
},
312
arrow: {
313
- element: Selector.TOOLTIP_ARROW
+ element: `.${this.constructor.NAME}-arrow`
314
315
preventOverflow: {
316
boundariesElement: this.config.boundary
0 commit comments