Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit e66b307

Browse files
hellohuanlinChris Yang
and
Chris Yang
authored
Update shell/platform/darwin/ios/framework/Source/FlutterEngine.mm
Co-authored-by: Chris Yang <[email protected]>
1 parent bf635ab commit e66b307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/darwin/ios/framework/Source/FlutterEngine.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ - (void)flutterTextInputView:(FlutterTextInputView*)textInputView
987987
}
988988

989989
- (void)flutterTextInputViewDidResignFirstResponder:(FlutterTextInputView*)textInputView {
990-
// Platform view's first responder detection logic
990+
// Platform view's first responder detection logic:
991991
//
992992
// All text input widgets (e.g. EditableText) are backed by a dummy UITextInput view
993993
// in the TextInputPlugin. When this dummy UITextInput view resigns first responder,

0 commit comments

Comments
 (0)