diff --git a/src/containers/JsonEditor/index.tsx b/src/containers/JsonEditor/index.tsx index daf900e..8b83fe6 100644 --- a/src/containers/JsonEditor/index.tsx +++ b/src/containers/JsonEditor/index.tsx @@ -71,7 +71,7 @@ const JsonEditor: React.FC = () => { } catch (jsonError: any) { setError({ ...error, message: jsonError.message }); } - }, 1000); + }, 1800); return () => clearTimeout(formatTimer); }, [value, settings.autoformat, dispatch]);