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:
@ -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 (
|
||||
|
Reference in New Issue
Block a user