Fix crashes during scrolling

- Occured due to negative scroll positions or not finding the
  equivalent line in the other editor.
This commit is contained in:
Andrew Hamilton 2022-03-08 10:06:47 +10:00
parent 7986f1c7d9
commit 87e62e8570
3 changed files with 4 additions and 5 deletions

2
BUGS
View file

@ -1,5 +1,4 @@
Current:
- Error sometimes when paging to the bottom of the file.
Fixed:
@ -8,6 +7,7 @@ Fixed:
- When largest line grows the bounding box should grow.
- Input can be lost when typing quickly and diff-edit is busy.
Seen with rapid undo while diffing.
- Error sometimes when paging to the bottom of the file.
Won't fix: