Skip to content

Commit

Permalink
feat: change default value of immutable back to false
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Feb 27, 2024
1 parent 94f705d commit 474dec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/JSONEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
export let content: Content = { text: '' }
export let selection: JSONEditorSelection | null = null
export let immutable = true
export let immutable = false
export let readOnly = false
export let indentation: number | string = 2
export let tabSize = 4
Expand Down

0 comments on commit 474dec1

Please sign in to comment.