This commit is contained in:
Daniel 2025-08-21 23:30:52 +08:00
parent f74283f2a3
commit f8bccc2d9f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -893,7 +893,7 @@ func (filter *ViewFilter) GetAffectValue(key *Key, addingBlockID string) (ret *V
start = start2 start = start2
start2 = tmp start2 = tmp
} }
if end.After(end2) { if end.Before(end2) {
tmp := end tmp := end
end = end2 end = end2
end2 = tmp end2 = tmp