Closed sgehrman closed 8 months ago
I was hoping to use this. I'm using just_the_tooltip, but having some crashes.
Needs to show after duration when mouse hovers over item.
@sgehrman You could wrap the widget in a MouseRegion and use onEnter and onExit to show/hide the tooltip using an ElTooltipController controller.
MouseRegion
onEnter
onExit
ElTooltipController
I was hoping to use this. I'm using just_the_tooltip, but having some crashes.
Needs to show after duration when mouse hovers over item.