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

Commit 164bb3a

Browse files
review
1 parent c38d947 commit 164bb3a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,6 @@ @interface FlutterTextInputPlugin ()
707707
@end
708708

709709
@interface FlutterTextInputView ()
710-
@property(nonatomic, readonly) FlutterTextInputPlugin* textInputPlugin;
711710
@property(nonatomic, copy) NSString* autofillId;
712711
@property(nonatomic, readonly) CATransform3D editableTransform;
713712
@property(nonatomic, assign) CGRect markedRect;
@@ -2376,8 +2375,7 @@ - (UIView*)hostView {
23762375

23772376
// Removes every installed input field, unless it's in the current autofill context.
23782377
//
2379-
// The active view will be removed from its superview too, if includeActiveView is
2380-
// YES.
2378+
// The active view will be removed from its superview too, if includeActiveView is YES.
23812379
// When clearText is YES, the text on the input fields will be set to empty before
23822380
// they are removed from the view hierarchy, to avoid triggering autofill save.
23832381
// If delayRemoval is true, removeFromSuperview will be scheduled on the runloop and

0 commit comments

Comments
 (0)