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 8d4d152 commit d7e9720Copy full SHA for d7e9720
example/ios/Podfile.lock
@@ -626,4 +626,4 @@ SPEC CHECKSUMS:
626
627
PODFILE CHECKSUM: 43569e7a31a8524b23dd56412400f293ae2c924d
628
629
-COCOAPODS: 1.12.0
+COCOAPODS: 1.14.3
ios/VariableTextInput.m
@@ -483,7 +483,7 @@ -(void)cut:(id)sender{
483
UIPasteboard *defaultPasteboard = [UIPasteboard generalPasteboard];
484
[defaultPasteboard setString:content];
485
// 标记视图需要重新布局
486
- [self setNeedsLayout];f
+ [self setNeedsLayout];
487
return;
488
}
489
0 commit comments