atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.86k stars 520 forks source link

After "reload()" tippy.js stops working #1053

Open jinch opened 2 years ago

jinch commented 2 years ago

I have a function to reload my cart.

function reloadPage() { window.location.reload(); }

When triggered tippy stops working. I have tried to reinitiate tippy in the function but nothing seems to work. I have also tried to set localStorage before reload so I can set an if statement to reinitiate but this did not work either.


Is it possible to initiate tippy again if a location reload is called?