mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 定位 无法添加题头图标签 https://github.com/siyuan-note/siyuan/issues/6756
This commit is contained in:
parent
3d92974f9e
commit
9561b800cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue