mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 23:20:13 +01:00
🐛 No results found after clicking on the inline tag https://github.com/siyuan-note/siyuan/issues/13351
This commit is contained in:
parent
61d69cc213
commit
2e148ef6b1
2 changed files with 2 additions and 6 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue