Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

Commit1272144

Browse files
committed
fix: ensure scrollbars are enabled by default
1 parentff5024c commit1272144

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎React/Views/ScrollView/RCTScrollView.m‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ - (instancetype)initWithEventDispatcher:(RCTEventDispatcher *)eventDispatcher
180180
_cachedChildFrames = [NSMutableArraynew];
181181
_lastClippedToRect = CGRectNull;
182182

183+
self.hasVerticalScroller =YES;
184+
self.hasHorizontalScroller =YES;
185+
183186
// Note: This also makes "opaque" return NO.
184187
[selfsetDrawsBackground:NO];
185188

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp