🎨 Adding rows after setting the sort field in the database table view no longer fills in the default value https://github.com/siyuan-note/siyuan/issues/10486

This commit is contained in:
Daniel 2024-03-03 22:00:42 +08:00
parent 6f4302164d
commit 06a5a59cae
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 137 additions and 23 deletions

View file

@ -321,8 +321,6 @@ func SaveAttributeView(av *AttributeView) (err error) {
}
}
// 数据订正
// 值去重
blockValues := av.GetBlockKeyValues()
blockIDs := map[string]bool{}