mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15593
This commit is contained in:
parent
f74283f2a3
commit
f8bccc2d9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue