mirror of https://github.com/twbs/bootstrap.git
revert click trigger
This commit is contained in:
parent
1039830b5b
commit
962f3e9b52
|
@ -23,7 +23,7 @@
|
|||
// Instantiate all tooltips in a docs or StackBlitz page
|
||||
document.querySelectorAll('[data-bs-toggle="tooltip"]')
|
||||
.forEach(tooltip => {
|
||||
new bootstrap.Tooltip(tooltip, { trigger: 'click' })
|
||||
new bootstrap.Tooltip(tooltip)
|
||||
})
|
||||
|
||||
// --------
|
||||
|
|
Loading…
Reference in New Issue