Thanks to visit codestin.com
Credit goes to github.com

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

Commit 593ba19

Browse files
committed
Plural
1 parent 34bc906 commit 593ba19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
static NSString* const kUpdateEditStateWithDeltasResponseMethod =
3333
@"TextInputClient.updateEditingStateWithDeltas";
3434
static NSString* const kPerformAction = @"TextInputClient.performAction";
35-
static NSString* const kPerformSelector = @"TextInputClient.performSelectors";
35+
static NSString* const kPerformSelectors = @"TextInputClient.performSelectors";
3636
static NSString* const kMultilineInputType = @"TextInputType.multiline";
3737

3838
static NSString* const kTextAffinityDownstream = @"TextAffinity.downstream";
@@ -652,7 +652,7 @@ - (void)doCommandBySelector:(SEL)selector {
652652

653653
CFRunLoopPerformBlock(CFRunLoopGetMain(), runLoopMode, ^{
654654
if (selectors.count > 0) {
655-
[channel invokeMethod:kPerformSelector arguments:@[ clientID, selectors ]];
655+
[channel invokeMethod:kPerformSelectors arguments:@[ clientID, selectors ]];
656656
[selectors removeAllObjects];
657657
}
658658
});

0 commit comments

Comments
 (0)