Prevent bound keys from reaching the terminal
This commit is contained in:
parent
bb33a616dd
commit
b8cbdb9760
2 changed files with 19 additions and 5 deletions
|
|
@ -1099,10 +1099,7 @@ impl Application for App {
|
|||
};
|
||||
|
||||
app.set_curr_font_weights_and_stretches();
|
||||
let command = Command::batch([
|
||||
app.update_config(),
|
||||
app.update_title(None)
|
||||
]);
|
||||
let command = Command::batch([app.update_config(), app.update_title(None)]);
|
||||
|
||||
(app, command)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue