This commit is contained in:
Shusui MOYATANI
2023-05-26 23:14:15 +09:00
parent 7a9632bc48
commit 177b96df32
21 changed files with 366 additions and 90 deletions

View File

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