mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
make switch case commands exit select mode
This commit is contained in:
parent
d4a0eba1a7
commit
09c78e8b4e
@ -1528,6 +1528,7 @@ fn switch_case_impl<F>(cx: &mut Context, change_fn: F)
|
||||
});
|
||||
|
||||
doc.apply(&transaction, view.id);
|
||||
exit_select_mode(cx);
|
||||
}
|
||||
|
||||
fn switch_case(cx: &mut Context) {
|
||||
|
Loading…
Reference in New Issue
Block a user