mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
2f847b73ba
1 changed files with 2 additions and 1 deletions
|
@ -4212,7 +4212,8 @@ func updateAttributeViewValue(tx *Transaction, attrView *av.AttributeView, keyID
|
|||
// 之前绑定了块
|
||||
|
||||
if val.IsDetached { // 现在是非绑定块
|
||||
unbindBlockAv(tx, avID, blockID)
|
||||
unbindBlockAv(tx, avID, val.Block.ID)
|
||||
val.Block.ID = ""
|
||||
} else {
|
||||
// 现在也绑定了块
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue