Skip to content

Commit

Permalink
Merge commit 'yury_merges~4^2' into raw
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Cabanero committed Nov 10, 2017
2 parents df5bcb0 + 074325c commit 1a89bf4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Blink/TermView.m
Original file line number Diff line number Diff line change
Expand Up @@ -920,11 +920,11 @@ - (void)autoRepeatSeq:(id)sender
// Cmd+c
- (void)copy:(id)sender
{
if ([sender isKindOfClass:[UIMenuController class]]) {
// if ([sender isKindOfClass:[UIMenuController class]]) {
[_webView copy:sender];
} else {
[_delegate write:[CC CTRL:@"c"]];
}
// } else {
// [_delegate write:[CC CTRL:@"c"]];
// }
}
// Cmd+x
- (void)cut:(id)sender
Expand Down

0 comments on commit 1a89bf4

Please sign in to comment.