From bda5594f0cabb0cf625143f16128f7dfe876ec51 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Fri, 18 Jul 2025 22:05:12 +0200 Subject: [PATCH] fixed: ipad softkeyboard trigger --- AppKit/CPTextView/CPTextView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];