mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/14511
This commit is contained in:
parent
548ae028cc
commit
1247f6735b
1 changed files with 1 additions and 1 deletions
|
@ -284,7 +284,7 @@ func filterNotFoundAttrViewItems(keyValuesMap *map[string][]*av.KeyValues) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
toCheckBlockIDs = append(toCheckBlockIDs, blockID)
|
toCheckBlockIDs = append(toCheckBlockIDs, blockValue.Block.ID)
|
||||||
}
|
}
|
||||||
checkRet := treenode.ExistBlockTrees(toCheckBlockIDs)
|
checkRet := treenode.ExistBlockTrees(toCheckBlockIDs)
|
||||||
for blockID, exist := range checkRet {
|
for blockID, exist := range checkRet {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue