mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 16:26:09 +01:00
🐛 修改命名文档块后引用动态锚文本未跟随 https://github.com/siyuan-note/siyuan/issues/6398
This commit is contained in:
parent
a6e9199d88
commit
7f75903475
2 changed files with 7 additions and 1 deletions
|
|
@ -1235,7 +1235,7 @@ func RenameDoc(boxID, p, title string) (err error) {
|
|||
util.PushEvent(evt)
|
||||
|
||||
box.renameSubTrees(tree)
|
||||
go updateRefTextRenameDoc(tree)
|
||||
updateRefTextRenameDoc(tree)
|
||||
IncSync()
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue