Skip to content

Commit a4fb053

Browse files
committed
fix: always bounce vertically
1 parent e73c468 commit a4fb053

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ios/inputTextView/InputTextView.mm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ - (instancetype)initWithFrame:(CGRect)frame {
2020
self.textContainer.lineFragmentPadding = 0;
2121
self.scrollEnabled = YES;
2222
self.scrollsToTop = NO;
23+
self.alwaysBounceVertical = YES;
2324
_lastCommittedSize = CGSizeZero;
2425
}
2526
return self;

0 commit comments

Comments
 (0)