From 4e5fce555f72326c2e32de94514a26a56125512e Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Fri, 26 Jul 2024 18:23:33 +0200 Subject: [PATCH] chore: some fixes related to losing focus in the modals --- .../components/modals/JSONEditorModal.svelte | 22 +++++++++---------- .../components/modals/TransformModal.svelte | 14 ++++++++++-- .../components/modals/TransformWizard.svelte | 14 +++++++----- 3 files changed, 31 insertions(+), 19 deletions(-) diff --git a/src/lib/components/modals/JSONEditorModal.svelte b/src/lib/components/modals/JSONEditorModal.svelte index e48ec824..e3373810 100644 --- a/src/lib/components/modals/JSONEditorModal.svelte +++ b/src/lib/components/modals/JSONEditorModal.svelte @@ -1,7 +1,7 @@