mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 18:10:12 +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
|
||||
}
|
||||
|
||||
if avID != srcKeyValues.Key.Relation.AvID {
|
||||
if nil == srcKeyValues.Key.Relation || avID != srcKeyValues.Key.Relation.AvID {
|
||||
continue
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue