diff --git a/class/HPGrowingTextView.m b/class/HPGrowingTextView.m index 9871c6f..609b240 100644 --- a/class/HPGrowingTextView.m +++ b/class/HPGrowingTextView.m @@ -643,7 +643,6 @@ - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range if (![delegate performSelector:@selector(growingTextViewShouldReturn:) withObject:self]) { return YES; } else { - [textView resignFirstResponder]; return NO; } }