mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 14:40:12 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15600
This commit is contained in:
parent
7d91781e8c
commit
ed4cc1faf6
2 changed files with 8 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ func BatchGetMirrorAttrViewBlocks(avIDs []string) (ret []*AvBlock) {
|
|||
for blockID := range bts {
|
||||
blockIDs = append(blockIDs, blockID)
|
||||
}
|
||||
if 1 > len(blockIDs) {
|
||||
continue
|
||||
}
|
||||
|
||||
avBlock := &AvBlock{
|
||||
AvID: avID,
|
||||
BlockIDs: blockIDs,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue