remove redudant/incorrect view bound check
This commit is contained in:
parent
6d051d7084
commit
7e133167ca
1 changed files with 0 additions and 5 deletions
|
@ -393,11 +393,6 @@ impl View {
|
|||
text: RopeSlice,
|
||||
pos: usize,
|
||||
) -> Option<Position> {
|
||||
if pos < self.offset.anchor {
|
||||
// Line is not visible on screen
|
||||
return None;
|
||||
}
|
||||
|
||||
let viewport = self.inner_area(doc);
|
||||
let text_fmt = doc.text_format(viewport.width, None);
|
||||
let annotations = self.text_annotations(doc, None);
|
||||
|
|
Loading…
Add table
Reference in a new issue