]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
revert click trigger v6/gs/use-floating-ui-in-place-of-popper 36683/head
authorGeoSot <geo.sotis@gmail.com>
Wed, 10 Aug 2022 22:29:15 +0000 (01:29 +0300)
committerGeoSot <geo.sotis@gmail.com>
Wed, 10 Aug 2022 22:29:15 +0000 (01:29 +0300)
site/assets/js/snippets.js

index 075c5e50ce13a34e98c68b4591712cd302e71bc0..53f8a786ec6fd286f3b9bdd3be9c428c992d44c0 100644 (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)
     })
 
   // --------