mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15665
This commit is contained in:
parent
fb9f0f9a35
commit
e7eb62e660
1 changed files with 1 additions and 1 deletions
|
|
@ -4307,7 +4307,7 @@ func replaceAttributeViewBlock0(attrView *av.AttributeView, oldBlockID, newBlock
|
|||
content = util.UnescapeHTML(content)
|
||||
blockVal.Block.Icon, blockVal.Block.Content = icon, content
|
||||
|
||||
avIDs := replaceRelationAvValues(avID, oldBlockID, newBlockID)
|
||||
avIDs := replaceRelationAvValues(avID, blockVal.Block.ID, newBlockID)
|
||||
changedAvIDs = append(changedAvIDs, avIDs...)
|
||||
} else {
|
||||
blockVal.Block.ID = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue