mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-15 15:28:37 +08:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15708
This commit is contained in:
parent
0c295a9177
commit
ee34905f13
@ -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…
Reference in New Issue
Block a user