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/15708
This commit is contained in:
parent
0c295a9177
commit
ee34905f13
1 changed files with 0 additions and 5 deletions
|
@ -3027,11 +3027,6 @@ func addAttributeViewBlock(now int64, avID, dbBlockID, viewID, groupID, previous
|
|||
}
|
||||
}
|
||||
|
||||
if addingItemID == addingBoundBlockID {
|
||||
addingItemID = ast.NewNodeID()
|
||||
logging.LogWarnf("the adding item ID is the same as the bound block ID [%s], generate a new one item id [%s]", addingBoundBlockID, addingItemID)
|
||||
}
|
||||
|
||||
attrView, err := av.ParseAttributeView(avID)
|
||||
if err != nil {
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue