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

@ -34,7 +34,7 @@ const MemoList: React.FC<Props> = () => {
}
}
if (tagQuery && !memo.content.includes(`# ${tagQuery}`)) {
if (tagQuery && !memo.content.includes(`#${tagQuery} `) && !memo.content.includes(`# ${tagQuery} `)) {
shouldShow = false;
}
if (