lbry-desktop/ui/component/wunderbarSuggestions
infinite-persistence 9d1ff4e8ae
Wunderbar: fix popup dismissed despite a child is in focus
## Issue
1. Type something in the wunderbar.
2. While the spinner is running, press Tab to focus on "View results" button.
3. If the spinner is still running, the entire popup gets dismissed (it should not). If the spinner isn't running, the popup stays active.

## Change
It was explicitly dismissed when the <input> loses focus. It shouldn't do that if any child of the popup is in focus.
2021-09-14 15:07:30 +08:00
..
index.js Remove unused items 2021-07-14 11:13:13 +08:00
view.jsx Wunderbar: fix popup dismissed despite a child is in focus 2021-09-14 15:07:30 +08:00