mdauner / sveltejs-tippy

Tippy.js for Svelte
MIT License
40 stars 4 forks source link

Call `tippyInstance.destroy`? #134

Open WofWca opened 3 years ago

WofWca commented 3 years ago

https://svelte.dev/docs#use_action says you can return an object with a destroy property. Aren't we supposed to call the Tippy.js' destroy method there to avoid resource leaks?