mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 22:51:28 +00:00
Must return from this method.
This commit is contained in:
@@ -480,7 +480,7 @@ var RECENT_SEARCH_PREFIX = @" ";
|
||||
- (BOOL)resignFirstResponder
|
||||
{
|
||||
if (_canResignFirstResponder)
|
||||
[super resignFirstResponder];
|
||||
return [super resignFirstResponder];
|
||||
|
||||
return _canResignFirstResponder;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user