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 ea68986 commit 4970471Copy full SHA for 4970471
core/src/components/modal/gestures/sheet.ts
@@ -167,7 +167,7 @@ export const createSheetGesture = (
167
* and then swipe again. The target content will not be the same between swipes.
168
*/
169
const contentEl = findClosestIonContent(detail.event.target! as HTMLElement);
170
- currentBreakpoint = getCurrentBreakpoint();;
+ currentBreakpoint = getCurrentBreakpoint();
171
172
/**
173
* If we are in a snap breakpoint, we should not allow the swipe to start.
0 commit comments