mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 Improve tag panel refresh https://github.com/siyuan-note/siyuan/issues/14593
This commit is contained in:
parent
8745d3c1db
commit
ee7e34706a
1 changed files with 4 additions and 0 deletions
|
|
@ -241,6 +241,10 @@ func setNodeAttrs0(node *ast.Node, nameValues map[string]string) (oldAttrs map[s
|
|||
node.SetIALAttr(name, value)
|
||||
}
|
||||
}
|
||||
|
||||
if oldAttrs["tags"] != nameValues["tags"] {
|
||||
ReloadTag()
|
||||
}
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue