mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-24 02:20:13 +01:00
🐛 Fix npe https://ld246.com/article/1715715031420
This commit is contained in:
parent
4c8c567058
commit
03a87a6159
1 changed files with 1 additions and 1 deletions
|
|
@ -3174,7 +3174,7 @@ func replaceRelationAvValues(avID, previousID, nextID string) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if avID != srcKeyValues.Key.Relation.AvID {
|
if nil == srcKeyValues.Key.Relation || avID != srcKeyValues.Key.Relation.AvID {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue