mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-19 14:56:09 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
09a2177b3c
1 changed files with 3 additions and 0 deletions
|
|
@ -1148,6 +1148,9 @@ func AppendAttributeViewDetachedBlocksWithValues(avID string, blocksValues [][]*
|
|||
var blockIDs []string
|
||||
for _, blockValues := range blocksValues {
|
||||
blockID := ast.NewNodeID()
|
||||
if v := blockValues[0]; "" != v.BlockID {
|
||||
blockID = v.BlockID
|
||||
}
|
||||
blockIDs = append(blockIDs, blockID)
|
||||
for _, v := range blockValues {
|
||||
keyValues, _ := attrView.GetKeyValues(v.KeyID)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue