atomiks / tippyjs

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

Content in Tippy js doesn't react on clicks and another #1148

Open 1ncredibleM1nd opened 7 months ago

1ncredibleM1nd commented 7 months ago

Hi, i use library Tiptap, and Tippy using there for Bumble meny. I have a problem, then i put content to the Tippy, it doenst react for using.

   tippyOptions={{
                    placement: "auto-start",
                    appendTo: module,
                    interactive: true,
                    maxWidth: 500,
                    duration: 100,
                }}

Maybe you can help ?

Haraldson commented 1 week ago

I have the same issue when using with Tiptap node views – interactive tooltip elements (buttons in my case) don’t trigger the first time around, but works like a charm from then on.