mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-20 00:23:58 +01:00
More efficient editor state saves
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user