From 9561b800cf4e93986d0a05d7de19d118de7b5d6f Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sun, 25 Dec 2022 11:07:32 +0800 Subject: [PATCH] =?UTF-8?q?:art:=20=E5=AE=9A=E4=BD=8D=20=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=A2=98=E5=A4=B4=E5=9B=BE=E6=A0=87=E7=AD=BE?= =?UTF-8?q?=20https://github.com/siyuan-note/siyuan/issues/6756?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- kernel/model/tag.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/model/tag.go b/kernel/model/tag.go index 13d387f3a..96baabc13 100644 --- a/kernel/model/tag.go +++ b/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 {