mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
d9dbbcc30d
1 changed files with 1 additions and 0 deletions
|
|
@ -251,6 +251,7 @@ func renderTemplate(p, id string, preview bool) (string, error) {
|
||||||
// 重新生成 ID
|
// 重新生成 ID
|
||||||
n.ID = ast.NewNodeID()
|
n.ID = ast.NewNodeID()
|
||||||
n.SetIALAttr("id", n.ID)
|
n.SetIALAttr("id", n.ID)
|
||||||
|
n.RemoveIALAttr(av.NodeAttrNameAvs)
|
||||||
|
|
||||||
// Blocks created via template update time earlier than creation time https://github.com/siyuan-note/siyuan/issues/8607
|
// Blocks created via template update time earlier than creation time https://github.com/siyuan-note/siyuan/issues/8607
|
||||||
refreshUpdated(n)
|
refreshUpdated(n)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue