Skip to content

Commit

Permalink
Text selection takes pri for c+p
Browse files Browse the repository at this point in the history
  • Loading branch information
David O'Connor committed Aug 17, 2024
1 parent af9c3b0 commit 522efd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -564,6 +564,7 @@ impl State {
let mut ctx = ClipboardContext::new().unwrap();
ctx.set_contents(seq_to_str(seq)).unwrap();
}
return;
}

match self.ui.selected_item {
Expand Down

0 comments on commit 522efd9

Please sign in to comment.