2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

revert click trigger

This commit is contained in:
GeoSot
2022-08-11 01:29:15 +03:00
parent 1039830b5b
commit 962f3e9b52
+1 -1
View File
@@ -23,7 +23,7 @@
// Instantiate all tooltips in a docs or StackBlitz page // Instantiate all tooltips in a docs or StackBlitz page
document.querySelectorAll('[data-bs-toggle="tooltip"]') document.querySelectorAll('[data-bs-toggle="tooltip"]')
.forEach(tooltip => { .forEach(tooltip => {
new bootstrap.Tooltip(tooltip, { trigger: 'click' }) new bootstrap.Tooltip(tooltip)
}) })
// -------- // --------