mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-12-01 19:58:12 +03:00
Remove the jump
This commit is contained in:
parent
8361de45dc
commit
6bb744aeac
@ -825,8 +825,6 @@ impl Component for EditorView {
|
||||
|
||||
if let Some((pos, id)) = result {
|
||||
let doc = &mut editor.documents[editor.tree.get(id).doc];
|
||||
let jump = (doc.id(), doc.selection(id).clone());
|
||||
editor.tree.get_mut(id).jumps.push(jump);
|
||||
|
||||
if modifiers == crossterm::event::KeyModifiers::ALT {
|
||||
let selection = doc.selection(id).clone();
|
||||
|
Loading…
Reference in New Issue
Block a user