From 5f1c8a5170e8998e798f40d812a8dbcd464186f1 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Fri, 25 Oct 2024 09:50:38 +0200 Subject: [PATCH] fix: method `patch` not working in `tree` and table mode when the content is text --- src/lib/components/JSONEditor.svelte | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/src/lib/components/JSONEditor.svelte b/src/lib/components/JSONEditor.svelte index c0d5a416..2ca57796 100644 --- a/src/lib/components/JSONEditor.svelte +++ b/src/lib/components/JSONEditor.svelte @@ -3,12 +3,7 @@