mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
reload-all: Only update viewport when view focuses on the doc (#4901)
This commit is contained in:
parent
fc811726e0
commit
f0f295a667
@ -1070,10 +1070,11 @@ fn reload_all(
|
|||||||
|
|
||||||
for view_id in view_ids {
|
for view_id in view_ids {
|
||||||
let view = view_mut!(cx.editor, view_id);
|
let view = view_mut!(cx.editor, view_id);
|
||||||
|
if view.doc.eq(&doc_id) {
|
||||||
view.ensure_cursor_in_view(doc, scrolloff);
|
view.ensure_cursor_in_view(doc, scrolloff);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user