mirror of
https://github.com/AykutSarac/jsoncrack.com.git
synced 2025-01-27 15:22:56 +08:00
increase debounce timer
This commit is contained in:
parent
8e82f95855
commit
699aba0681
@ -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]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user