framework7-cli icon indicating copy to clipboard operation
framework7-cli copied to clipboard

Svelte Reactive variable is causing the panel to not work

Open binaryelites opened this issue 4 years ago • 0 comments

// app.svelte -> example from the default f7-svelte app with capacitorjs

//if we declare a reactive svelte variable and changing the value on route change event $: curUrl = "/"; first

// and prints its value in the panel {curUrl} second

The panel stops working after the first time. Same case for the back button aswell. thirds

Seems the panel's back drop is always in active state fourth

Thanks

binaryelites avatar Jun 15 '21 12:06 binaryelites