Bug
Routable openIn: 'sheet' opens, but swipeToClose and breakpoints are ignored.
Routes
{
path: '/alarm/new/',
component: AlarmEditPage,
options: {
openIn: 'sheet',
sheetOptions: {
swipeToClose: true,
backdrop: true,
breakpoints: [1],
swipe: true
}
}
},
Using v9 with Svelte v5
I have also tried differerent variants of passing the sheetOptions like having them directly on the options.
Bug
Routable
openIn: 'sheet'opens, butswipeToCloseandbreakpointsare ignored.Routes
Using v9 with Svelte v5
I have also tried differerent variants of passing the sheetOptions like having them directly on the options.