🎨 Database-bound block primary key supports setting static anchor text https://github.com/siyuan-note/siyuan/issues/10049

This commit is contained in:
Daniel 2025-01-05 00:53:55 +08:00
parent f425480ffd
commit 905403ba10
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 9 additions and 2 deletions

View file

@ -3147,7 +3147,7 @@ func UpdateAttributeViewCell(tx *Transaction, avID, keyID, rowID string, valueDa
if blockText == content {
updateStaticText = false
} else {
val.Block.Content = blockText
val.Block.Content = content
}
}