Debounce autocomplete

This commit is contained in:
Gregory Schier
2023-03-08 11:25:20 -08:00
parent 6eaad1352a
commit 571293a34d
12 changed files with 117 additions and 33 deletions

View File

@@ -131,7 +131,7 @@ export function ResponsePane({ requestId, className }: Props) {
) : response?.body ? (
<Editor
className="bg-gray-50 dark:!bg-gray-100"
valueKey={`${contentType}:${response.body}`}
valueKey={`${contentType}:${response.updatedAt}`}
defaultValue={response?.body}
contentType={contentType}
/>