revert click trigger

This commit is contained in:
GeoSot 2022-08-11 01:29:15 +03:00
parent 1039830b5b
commit 962f3e9b52
1 changed files with 1 additions and 1 deletions

View File

@ -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)
})
// --------