mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
65a7641138
commit
2bd661b433
1 changed files with 1 additions and 1 deletions
|
|
@ -2238,7 +2238,7 @@ func removeAttributeViewColumn(operation *Operation) (err error) {
|
||||||
|
|
||||||
srcAvRelDestAv := false
|
srcAvRelDestAv := false
|
||||||
for _, keyValues := range attrView.KeyValues {
|
for _, keyValues := range attrView.KeyValues {
|
||||||
if av.KeyTypeRelation == keyValues.Key.Type && keyValues.Key.Relation.AvID == removedKey.Relation.AvID {
|
if av.KeyTypeRelation == keyValues.Key.Type && nil != keyValues.Key.Relation && keyValues.Key.Relation.AvID == removedKey.Relation.AvID {
|
||||||
srcAvRelDestAv = true
|
srcAvRelDestAv = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue