mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-02 22:21:28 +08:00
🎨 Improve tag panel refresh https://github.com/siyuan-note/siyuan/issues/14593
This commit is contained in:
parent
8745d3c1db
commit
ee7e34706a
@ -241,6 +241,10 @@ func setNodeAttrs0(node *ast.Node, nameValues map[string]string) (oldAttrs map[s
|
|||||||
node.SetIALAttr(name, value)
|
node.SetIALAttr(name, value)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if oldAttrs["tags"] != nameValues["tags"] {
|
||||||
|
ReloadTag()
|
||||||
|
}
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user