atomiks / tippyjs

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

tippy('span.class'): if new spans are created, they don't have tippys #1176

Open opto opened 2 months ago

opto commented 2 months ago

Bug description

create tippys for spans with a certain class. All works fine, they do show. Create another span with this class: this one does not have a tippy.

is there a way to refresh which elements tippy shows up for?