Skip to content

Commit b0704d4

Browse files
committed
fix: need to bet init as null to be reactive
1 parent 13855c5 commit b0704d4

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
@@ -95,7 +95,7 @@ export class PersistentBottomSheet extends GridLayout {
9595
private _isScrollEnabled = true;
9696
private scrollViewAtTop: boolean = true;
9797

98-
public panGestureOptions: PanGestureHandlerOptions & { gestureId?: number };
98+
public panGestureOptions: PanGestureHandlerOptions & { gestureId?: number } = null;
9999

100100
constructor() {
101101
super();

0 commit comments

Comments
 (0)