mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 10:41:13 +08:00
refactor(modal): update prop name
This commit is contained in:
@ -194,7 +194,7 @@
|
|||||||
let extraOptions = {
|
let extraOptions = {
|
||||||
initialBreakpoint: 0.25,
|
initialBreakpoint: 0.25,
|
||||||
breakpoints: [0, 0.25, 0.5, 0.75, 1],
|
breakpoints: [0, 0.25, 0.5, 0.75, 1],
|
||||||
prefersScrollingWhenScrolledToEdge: false,
|
scrollAtEdge: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
if (options) {
|
if (options) {
|
||||||
|
Reference in New Issue
Block a user