Browse Source

:art: 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756

Liang Ding 2 years ago
parent
commit
9561b800cf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/tag.go

+ 1 - 1
kernel/model/tag.go

@@ -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 {