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 05fe4e7 commit 0bce053Copy full SHA for 0bce053
src/index.ts
@@ -89,7 +89,7 @@ export class PersistentBottomSheet extends GridLayout {
89
private lastTouchY: number;
90
private scrollViewTouched = false;
91
private _translationY = -1;
92
- private gestureEnabled = true;
+ public gestureEnabled = true;
93
private _scrollView: ScrollView;
94
private _isScrollEnabled = true;
95
private scrollViewAtTop: boolean = true;
0 commit comments