fixed: ipad softkeyboard trigger

This commit is contained in:
daboe01
2025-07-18 22:05:12 +02:00
parent e3fd7a295c
commit bda5594f0c
+1 -1
View File
@@ -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];