🐛 No results found after clicking on the inline tag https://github.com/siyuan-note/siyuan/issues/13351

This commit is contained in:
Daniel 2024-12-04 20:28:01 +08:00
parent 61d69cc213
commit 2e148ef6b1
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 6 deletions

View file

@ -62,6 +62,6 @@ func RemoveEmojiInvisible(text string) (ret string) {
func RemoveInvalid(text string) (ret string) {
ret = gulu.Str.RemoveInvisible(text)
ret = gulu.Str.RemovePUA(text)
ret = gulu.Str.RemovePUA(ret)
return
}