mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -1766,7 +1766,10 @@ func UpdateAttributeViewCell(tx *Transaction, avID, keyID, rowID, cellID string,
|
||||
}
|
||||
|
||||
var val *av.Value
|
||||
oldIsDetached := blockVal.IsDetached
|
||||
oldIsDetached := true
|
||||
if nil != blockVal {
|
||||
oldIsDetached = blockVal.IsDetached
|
||||
}
|
||||
for _, keyValues := range attrView.KeyValues {
|
||||
if keyID != keyValues.Key.ID {
|
||||
continue
|
||||
|
||||
Reference in New Issue
Block a user