Closed brittneypostma closed 2 years ago
Currently if the bubble toggle is off, it will default back to on if a new route is hit. Persist the state so that it stays as the user selected.
Could use svelte-local-storage-store or some similar local writable to achieve this
svelte-local-storage-store
Currently if the bubble toggle is off, it will default back to on if a new route is hit. Persist the state so that it stays as the user selected.