mirror of
https://github.com/aljazceru/rabbit.git
synced 2025-12-18 14:34:25 +01:00
fix: clear input
This commit is contained in:
@@ -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 (
|
||||||
|
|||||||
Reference in New Issue
Block a user