Skip to content

Commit

Permalink
fix(keyboard): Use new Config name for scroll (#335)
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Keith <[email protected]>
  • Loading branch information
jcesarmobile and ikeith authored Apr 29, 2021
1 parent 689c796 commit bec3d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboard/ios/Plugin/Keyboard.m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ @implementation KeyboardPlugin

- (void)load
{
self.disableScroll = !self.bridge.config.enableScrolling;
self.disableScroll = !self.bridge.config.scrollingEnabled;

UIClassString = [@[@"UI", @"Web", @"Browser", @"View"] componentsJoinedByString:@""];
WKClassString = [@[@"WK", @"Content", @"View"] componentsJoinedByString:@""];
Expand Down

0 comments on commit bec3d22

Please sign in to comment.