make switch case commands exit select mode

pull/8861/head
Ryan Mehri 2023-11-05 08:15:49 -08:00 committed by Michael Davis
parent d4a0eba1a7
commit 09c78e8b4e
1 changed files with 1 additions and 0 deletions

View File

@ -1528,6 +1528,7 @@ where
});
doc.apply(&transaction, view.id);
exit_select_mode(cx);
}
fn switch_case(cx: &mut Context) {