Skip to content

Commit 0bce053

Browse files
committed
chore: angular fix
1 parent 05fe4e7 commit 0bce053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ export class PersistentBottomSheet extends GridLayout {
8989
private lastTouchY: number;
9090
private scrollViewTouched = false;
9191
private _translationY = -1;
92-
private gestureEnabled = true;
92+
public gestureEnabled = true;
9393
private _scrollView: ScrollView;
9494
private _isScrollEnabled = true;
9595
private scrollViewAtTop: boolean = true;

0 commit comments

Comments
 (0)