mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
b2a6487022
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