mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: tag selector popup
This commit is contained in:
@ -105,7 +105,7 @@ class MemoService {
|
||||
appStore.dispatch({
|
||||
type: "SET_TAGS",
|
||||
payload: {
|
||||
tags: Array.from(tagsSet),
|
||||
tags: Array.from(tagsSet).filter((t) => Boolean(t)),
|
||||
},
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user