mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-29 21:51:59 +02:00
Debounce autocomplete
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user