feat: tag selector popup

This commit is contained in:
email
2022-01-10 22:48:53 +08:00
parent 48eb618959
commit 9a6e2d10ce
7 changed files with 145 additions and 17 deletions

View File

@ -105,7 +105,7 @@ class MemoService {
appStore.dispatch({
type: "SET_TAGS",
payload: {
tags: Array.from(tagsSet),
tags: Array.from(tagsSet).filter((t) => Boolean(t)),
},
});
}