mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
fix: banner text click not work (#104)
* fix: banner text click not work * fix: replenish duration Co-authored-by: boojack <stevenlgtm@gmail.com> Co-authored-by: boojack <stevenlgtm@gmail.com>
This commit is contained in:
@ -44,7 +44,15 @@ const locationService = {
|
||||
},
|
||||
|
||||
clearQuery: () => {
|
||||
store.dispatch(setQuery({}));
|
||||
store.dispatch(
|
||||
setQuery({
|
||||
tag: undefined,
|
||||
type: undefined,
|
||||
duration: undefined,
|
||||
text: undefined,
|
||||
shortcutId: undefined,
|
||||
})
|
||||
);
|
||||
updateLocationUrl();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user