mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-24 08:25:17 +03:00
make align exit select mode
This commit is contained in:
parent
5913073733
commit
d4a0eba1a7
@ -984,6 +984,7 @@ fn align_selections(cx: &mut Context) {
|
||||
|
||||
let transaction = Transaction::change(doc.text(), changes.into_iter());
|
||||
doc.apply(&transaction, view.id);
|
||||
exit_select_mode(cx);
|
||||
}
|
||||
|
||||
fn goto_window(cx: &mut Context, align: Align) {
|
||||
|
Loading…
Reference in New Issue
Block a user