tooltip
tooltip copied to clipboard
Dom nodes left duplicated after destroyTooltipOnHide
Is it normal that the library leave some node attached to the body even if destroyTooltipOnHide is activated. Here is a simple preview of what it looks like, the nodes' children (actually containing tooltip content) are well destroyed but the nodes themselves are left in the tree.

can you provide a reproducible demo?thanks
I read the code, and found that we don't remove container node after the tooltip is hidden.
This will be a problem if there many tooltip on the page.
@paranoidjk do you have time to fix this? It's a little complicate.
A fix would indeed be very welcome. This one is a little frustrating at least.
Besides that; awesome library!
@ioan-ungurean Sorry, pretty busy these days. Would you like PR?
I don't suppose anyone got round to this?