mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-25 04:57:03 +00:00
fixed: acceptsFirstMouse was missing
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user