Skip to content

Commit b0338d3

Browse files
committed
inc debounce time
1 parent 865a5bb commit b0338d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/sim/hooks/use-code-undo-redo.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function useCodeUndoRedo({
2525
enabled = true,
2626
isReadOnly = false,
2727
isStreaming = false,
28-
debounceMs = 300,
28+
debounceMs = 500,
2929
}: UseCodeUndoRedoOptions) {
3030
const { collaborativeSetSubblockValue } = useCollaborativeWorkflow()
3131
const activeWorkflowId = useWorkflowRegistry((state) => state.activeWorkflowId)

0 commit comments

Comments
 (0)