Fix cursor not showing on (0, 0)
This commit is contained in:
parent
5773bd6a40
commit
661dbdca57
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ impl EditorView {
|
|||
for selection in doc
|
||||
.selection(view.id)
|
||||
.iter()
|
||||
.filter(|range| screen.overlaps(&range))
|
||||
.filter(|range| range.overlaps(&screen))
|
||||
{
|
||||
// TODO: render also if only one of the ranges is in viewport
|
||||
let mut start = view.screen_coords_at_pos(doc, text, selection.anchor);
|
||||
|
|
Loading…
Add table
Reference in a new issue