We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecc55a5 commit 71698dcCopy full SHA for 71698dc
src/ui/pages/History/ActionSearch.tsx
@@ -190,7 +190,7 @@ export function ActionSearch({
190
llmEffectsIdle?: boolean;
191
}) {
192
const inputRef = useRef<HTMLInputElement | null>(null);
193
- const debouncedHandleChange = useDebouncedCallback(onChange, 300);
+ const debouncedHandleChange = useDebouncedCallback(onChange, 600);
194
195
useLayoutEffect(() => {
196
if (inputRef.current) {
0 commit comments