Ensure terminal is focused after paste

This commit is contained in:
Mattias Eriksson 2024-02-05 11:28:41 +01:00 committed by Jeremy Soller
parent 7db3d2d2ae
commit b13b949e8d

View file

@ -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() {