tippyjs icon indicating copy to clipboard operation
tippyjs copied to clipboard

After "reload()" tippy.js stops working

Open jinch opened this issue 2 years ago • 0 comments

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?

jinch avatar May 16 '22 23:05 jinch