fix: clear input

This commit is contained in:
Shusui MOYATANI
2023-05-09 02:37:20 +09:00
parent 9f5618bf6c
commit 562cc97889

View File

@@ -29,6 +29,7 @@ const SearchButton = () => {
saveColumn(createSearchColumn({ query: query() })); saveColumn(createSearchColumn({ query: query() }));
request({ command: 'moveToLastColumn' }).catch((err) => console.log(err)); request({ command: 'moveToLastColumn' }).catch((err) => console.log(err));
popupRef?.close(); popupRef?.close();
setQuery('');
}; };
return ( return (