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:
parent
7986f1c7d9
commit
87e62e8570
3 changed files with 4 additions and 5 deletions
2
BUGS
2
BUGS
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue