diff --git a/src/lib/components/modes/treemode/JSONKey.svelte b/src/lib/components/modes/treemode/JSONKey.svelte index 9efcf7a7..d53c4626 100644 --- a/src/lib/components/modes/treemode/JSONKey.svelte +++ b/src/lib/components/modes/treemode/JSONKey.svelte @@ -64,7 +64,7 @@ } -{#if isEditingKey} +{#if !context.readOnly && isEditingKey}