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:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user