Is there any possibility to delay a tooltip message to disappear after hover?

0
I have added a message with links that will guide to a different page, but when I hover on the widget I am getting tooltip message but sooner getting disppeared while trying to click on the links available in the message. Is there a way to add some delay to the message before it get disappear.
asked
1 answers
0

You could consider the React Tooltip, that one has settings for a show/hide delay that would solve this issue for you :)

answered