diff --git a/src/JSONEditor.svelte b/src/JSONEditor.svelte index 87bd0bc..19ca8da 100644 --- a/src/JSONEditor.svelte +++ b/src/JSONEditor.svelte @@ -63,7 +63,6 @@ searchResult={searchResult} expanded={true} onChangeKey={handleChangeKey} - onChangeValue={handleChangeValue} onChange={handleChange} getParentPath={getPath} />