Explorar el Código

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

Liang Ding hace 2 años
padre
commit
9561b800cf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {