Closed jgoley closed 9 years ago
This seems fine. Is there a bug in the popover library code that was causing the problem?
Yeah, I only enabled the CSS transitioning which opened the short window of time when things can go wrong. There's a callback when CSS transitions are done...I suppose we could check to see if its animating in on mouseout then hide. Otherwise we are calling 'hide' twice.
Connects to #276