diff --git a/src/main.rs b/src/main.rs index ee03b61..c814f8c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -1139,6 +1139,7 @@ impl Application for App { terminal.paste(value); } } + return self.update_focus(); } Message::SelectAll(entity_opt) => { if let Some(tab_model) = self.pane_model.active() {