We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865a5bb commit b0338d3Copy full SHA for b0338d3
apps/sim/hooks/use-code-undo-redo.ts
@@ -25,7 +25,7 @@ export function useCodeUndoRedo({
25
enabled = true,
26
isReadOnly = false,
27
isStreaming = false,
28
- debounceMs = 300,
+ debounceMs = 500,
29
}: UseCodeUndoRedoOptions) {
30
const { collaborativeSetSubblockValue } = useCollaborativeWorkflow()
31
const activeWorkflowId = useWorkflowRegistry((state) => state.activeWorkflowId)
0 commit comments