Skip to content

Commit 7f64ff6

Browse files
intoxicatedblaswan
authored andcommitted
commented out refresh responder (#9)
1 parent 37f72d9 commit 7f64ff6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Source/SLKTextView.m

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -452,8 +452,9 @@ - (void)setTypingSuggestionEnabled:(BOOL)enabled
452452

453453
self.autocorrectionType = enabled ? UITextAutocorrectionTypeDefault : UITextAutocorrectionTypeNo;
454454
self.spellCheckingType = enabled ? UITextSpellCheckingTypeDefault : UITextSpellCheckingTypeNo;
455-
456-
[self refreshFirstResponder];
455+
456+
//NOTE: this cause to resign textview responder which we don't want to
457+
//[self refreshFirstResponder];
457458
}
458459

459460
- (void)setContentOffset:(CGPoint)contentOffset

0 commit comments

Comments
 (0)