atomiks / tippyjs

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

docs: mention that delay is ignored on touch #1119

Open isti115 opened 1 year ago

isti115 commented 1 year ago

I was wondering why my delay settings weren't working, so I looked into the code and found, that getDelay returns constant 0 if currentInput.isTouch is set. Having this documented could avoid some confusion for users later on.