atomiks / tippyjs

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

`delay` not respected for `manual` trigger #1130

Open anumysore5 opened 1 year ago

anumysore5 commented 1 year ago

Bug description

When I specify the tooltip trigger to be manual (i.e. when I am trying to show/hide the tooltip programatically), the delay that I have specified is not respected and the tooltip shows up instantly.

Expectation: Delay should be respected irrespective of the kind of trigger

Reproduction

CodePen link: https://codepen.io/anumysore5/pen/YzReQgE