fixed: acceptsFirstMouse was missing

This commit is contained in:
daboe01
2026-01-28 19:24:29 +01:00
parent b598e80c58
commit 45162a3fcb
+5
View File
@@ -524,6 +524,11 @@ var kDelegateRespondsTo_textShouldBeginEditing
return [self isSelectable]; // editable textviews are automatically selectable
}
- (BOOL)acceptsFirstMouse:(CPEvent)anEvent
{
return YES;
}
- (void)_becomeFirstResponder
{
[self updateInsertionPointStateAndRestartTimer:YES];