From 3cd1989ecd8607495604759c03dea6edcfc5d27a Mon Sep 17 00:00:00 2001 From: Maya Date: Wed, 19 Nov 2025 21:14:50 +0300 Subject: [PATCH] fix: restore format selection on navigation --- .../components/functional/FormatDropdown.svelte | 10 +++++++++- src/lib/store/index.svelte.ts | 1 + src/routes/convert/+page.svelte | 16 +++++++++++++--- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/src/lib/components/functional/FormatDropdown.svelte b/src/lib/components/functional/FormatDropdown.svelte index 097a899..333770a 100644 --- a/src/lib/components/functional/FormatDropdown.svelte +++ b/src/lib/components/functional/FormatDropdown.svelte @@ -1,7 +1,7 @@