This commit is contained in:
Liang Ding 2022-12-25 11:07:32 +08:00
parent 3d92974f9e
commit 9561b800cf
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -264,7 +264,7 @@ func sortTags(tags Tags) {
func SearchTags(keyword string) (ret []string) {
ret = []string{}
defer logging.Recover() // TODO: 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756
defer logging.Recover() // 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756
labels := labelBlocksByKeyword(keyword)
for label, _ := range labels {