More efficient editor state saves

This commit is contained in:
Gregory Schier
2025-11-02 06:16:45 -08:00
parent df5be218a5
commit 9bde6bbd0a
2 changed files with 7 additions and 6 deletions

View File

@@ -132,6 +132,7 @@ export function TextViewer({ language, text, response, requestId, pretty, classN
language={language}
actions={actions}
extraExtensions={extraExtensions}
// State key for storing fold state
stateKey={'response.body.' + response.id}
/>
);