diff --git a/piker/ui/_search.py b/piker/ui/_search.py index 61ee4a75..8d82ddfd 100644 --- a/piker/ui/_search.py +++ b/piker/ui/_search.py @@ -735,7 +735,7 @@ async def fill_results( text = bar.text() # print(f'search: {text}') - if not text: + if not text or text.isspace(): # print('idling') _search_active = trio.Event() break