Closed
Description
Discussed in #1030
Originally posted by moloko May 23, 2023
I've just been trying out react-tooltip and really like it - except for one issue I can't seem to solve, which is that the tooltip doesn't immediately disappear if you scroll.
I think it's likely a similar issue to #746 given that it seems to work fine on the examples in the docs. But I can't use the same isCapture
solution that was given for #746 as it doesn't seem to be available in v5.
I notice that here it says 'scrollHide - can be implemented if requested' - so maybe it's that which is needed?