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 13855c5 commit b0704d4Copy full SHA for b0704d4
src/index.ts
@@ -95,7 +95,7 @@ export class PersistentBottomSheet extends GridLayout {
95
private _isScrollEnabled = true;
96
private scrollViewAtTop: boolean = true;
97
98
- public panGestureOptions: PanGestureHandlerOptions & { gestureId?: number };
+ public panGestureOptions: PanGestureHandlerOptions & { gestureId?: number } = null;
99
100
constructor() {
101
super();
0 commit comments