Ensure terminal is focused after paste
This commit is contained in:
parent
7db3d2d2ae
commit
b13b949e8d
1 changed files with 1 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue