Reset first_line when changing files.

imgbot
Blaž Hrastnik 3 years ago
parent 915fd9ebaf
commit 4b176caded

@ -90,8 +90,9 @@ impl Editor {
use crate::tree::Layout;
match action {
Action::Replace => {
self.view_mut().doc = id;
// TODO: reset selection?
let view = self.view_mut();
view.doc = id;
view.first_line = 0;
return Ok(id);
}
Action::HorizontalSplit => {

Loading…
Cancel
Save