diff --git a/AppKit/CPTextView/CPTextView.j b/AppKit/CPTextView/CPTextView.j index 2763faac4..c0e54f77e 100644 --- a/AppKit/CPTextView/CPTextView.j +++ b/AppKit/CPTextView/CPTextView.j @@ -1101,7 +1101,7 @@ Sets the selection to a range of characters in response to user action. return; // this is for the ipad-keyboard - [_CPNativeInputManager focusForTextView:self]; + [_CPNativeInputManager focusForClipboardOfTextView:self]; [_CPNativeInputManager cancelCurrentInputSessionIfNeeded]; [_caret setVisibility:NO];