Skip to content

Commit 9ab3733

Browse files
committed
fix: added back breakpoint: 0
1 parent 566d3db commit 9ab3733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/modal/test/sheet/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</button>
103103
<button
104104
id="custom-breakpoint-modal"
105-
onclick="presentModal({ initialBreakpoint: 0.5, breakpoints: [0.25, 0.5, 0.75, 1], scrollAtEdge: false })"
105+
onclick="presentModal({ initialBreakpoint: 0.5, breakpoints: [0, 0.25, 0.5, 0.75, 1], scrollAtEdge: false })"
106106
>
107107
Present Sheet Modal (scrollAtEdge)
108108
</button>

0 commit comments

Comments
 (0)