Tooltip with link

hello dear team!

i want to add a link in my tooltip so when i focus on something that has this tooltip i can click on the link. But it seems that webix tooltip disappears when i try to click on it

thank you in advance

Greetings,

Unfortunately, there’s no easy way to do this with the tooltip. One of the possible ways you can do it is to use Popup, and achieve the desired behavior using some extra logic with mouse events: Code Snippet