Commit 962f3e9b authored by GeoSot's avatar GeoSot
Browse files

revert click trigger

1 merge request!36683DRAFT: use floating UI in place of popper
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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)
})
// --------
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment