[FEAT REQ] Add `mousedown` event to `closeEvents` property
First of all: thanks for this great project!
I have a feature request:
I would like to see the event mousedown added to the property closeEvents.
I have an element that can be resized by dragging the edges and I want to close the tooltip on that element when that happens.
This issue is stale because it has not seen activity in 30 days. Remove the stale label or comment within 14 days, or it will be closed.
Comment to remove the "Stale" label
@roelkoops until we implement this event, you can use a controlled state to control the tooltip show/hide, so you can build any custom logic to hide/show it
This issue is stale because it has not seen activity in 30 days. Remove the stale label or comment within 14 days, or it will be closed.
Comment to remove the "Stale" label