Daniel 2024-04-13 23:36:13 +08:00
parent 4e63228c2d
commit 5c77101271
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -3005,7 +3005,7 @@ func UpdateAttributeViewCell(tx *Transaction, avID, keyID, rowID, cellID string,
if "" == val.ID {
// 有时前端会误调用该接口(比如创建完快速切换),这里判断一下,避免误更新刚刚创建的值
// https://github.com/siyuan-note/siyuan/issues/11018
// Primary key value unexpectedly updated when database adds row https://github.com/siyuan-note/siyuan/issues/11018
return
}