Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: force destroy wallet page (#1834)
# Motivation For the same SvelteKit issue as for the "Login" page we noticed that on destroy of the CkBTCWallet page was not called. This fixes the issue for that particular page. We might want to have a look to apply it to all routes later. # Issues SvelteKit issue sveltejs/kit#5434 # Changes - destroy layout and all children on navigation to "force" the destroy of the components
- Loading branch information