diff --git a/resources/assets/js/tippy.js b/resources/assets/js/tippy.js index 32aa2321..da1c5444 100644 --- a/resources/assets/js/tippy.js +++ b/resources/assets/js/tippy.js @@ -1,6 +1,6 @@ import "tippy.js/dist/tippy.css"; -import tippy from "tippy.js"; +import tippy, { hideAll } from "tippy.js"; const visibleTooltips = []; @@ -133,3 +133,4 @@ if (typeof Livewire !== "undefined") { } window.tippy = tippy; +window.hideAllTooltips = hideAll;