Skip to content

Commit

Permalink
add ensure_cursor_in_view at the end
Browse files Browse the repository at this point in the history
  • Loading branch information
diegostafa committed Apr 1, 2024
1 parent 89fa957 commit bfe3cda
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helix-term/src/ui/editor.rs
Expand Up @@ -1243,6 +1243,7 @@ impl EditorView {
commands::MappableCommand::dap_edit_condition.execute(cxt);
}

cxt.editor.ensure_cursor_in_view(current_view);
return EventResult::Consumed(None);
}

Expand Down

0 comments on commit bfe3cda

Please sign in to comment.