diff --git a/src/biz/Body.tsx b/src/biz/Body.tsx index 4f5007b..37efaa4 100644 --- a/src/biz/Body.tsx +++ b/src/biz/Body.tsx @@ -257,6 +257,7 @@ const Body = () => { e.preventDefault() e.stopPropagation() onAsk() + dispatch(setSearchText('')) } } }}/>