From 9794a63f85ca81103d3bbb1a166a81550ba442f4 Mon Sep 17 00:00:00 2001 From: Maria Hutt Date: Mon, 13 Jan 2025 16:44:10 -0800 Subject: [PATCH] refactor(modal): update prop name --- core/src/components/modal/test/sheet/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/modal/test/sheet/index.html b/core/src/components/modal/test/sheet/index.html index a2fa19f44a..f689a82938 100644 --- a/core/src/components/modal/test/sheet/index.html +++ b/core/src/components/modal/test/sheet/index.html @@ -194,7 +194,7 @@ let extraOptions = { initialBreakpoint: 0.25, breakpoints: [0, 0.25, 0.5, 0.75, 1], - prefersScrollingWhenScrolledToEdge: false, + scrollAtEdge: false, }; if (options) {