Update libcosmic
This commit is contained in:
parent
97523f689d
commit
f720e63793
3 changed files with 461 additions and 328 deletions
|
|
@ -1694,7 +1694,10 @@ impl Application for App {
|
|||
let terminal = terminal.lock().unwrap();
|
||||
let term = terminal.term.lock();
|
||||
if let Some(text) = term.selection_to_string() {
|
||||
return Command::batch([clipboard::write_primary(text), self.update_focus()]);
|
||||
return Command::batch([
|
||||
clipboard::write_primary(text),
|
||||
self.update_focus(),
|
||||
]);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue