🎨 Improve database field default filling https://github.com/siyuan-note/siyuan/issues/11966

This commit is contained in:
Daniel 2025-08-03 10:06:41 +08:00
parent 25678e401f
commit fedc074ade
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3146,7 +3146,6 @@ func addAttributeViewBlock(now int64, avID, blockID, groupID, previousBlockID, a
} }
newValue.BlockID = addingBlockID newValue.BlockID = addingBlockID
newValue.IsDetached = isDetached
keyValues.Values = append(keyValues.Values, newValue) keyValues.Values = append(keyValues.Values, newValue)
} }