We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f72d9 commit 7f64ff6Copy full SHA for 7f64ff6
Source/SLKTextView.m
@@ -452,8 +452,9 @@ - (void)setTypingSuggestionEnabled:(BOOL)enabled
452
453
self.autocorrectionType = enabled ? UITextAutocorrectionTypeDefault : UITextAutocorrectionTypeNo;
454
self.spellCheckingType = enabled ? UITextSpellCheckingTypeDefault : UITextSpellCheckingTypeNo;
455
-
456
- [self refreshFirstResponder];
+
+ //NOTE: this cause to resign textview responder which we don't want to
457
+ //[self refreshFirstResponder];
458
}
459
460
- (void)setContentOffset:(CGPoint)contentOffset
0 commit comments