Skip to content

Commit d7e9720

Browse files
duom青源duom青源
authored andcommitted
feat: bugfix
1 parent 8d4d152 commit d7e9720

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,4 +626,4 @@ SPEC CHECKSUMS:
626626

627627
PODFILE CHECKSUM: 43569e7a31a8524b23dd56412400f293ae2c924d
628628

629-
COCOAPODS: 1.12.0
629+
COCOAPODS: 1.14.3

ios/VariableTextInput.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ -(void)cut:(id)sender{
483483
UIPasteboard *defaultPasteboard = [UIPasteboard generalPasteboard];
484484
[defaultPasteboard setString:content];
485485
// 标记视图需要重新布局
486-
[self setNeedsLayout];f
486+
[self setNeedsLayout];
487487
return;
488488
}
489489
// 标记视图需要重新布局

0 commit comments

Comments
 (0)