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 84971ef commit 4ff0f6eCopy full SHA for 4ff0f6e
apps/desktop/src/components/editor-area/index.tsx
@@ -338,7 +338,7 @@ export function useEnhanceMutation({
338
setProgress(0);
339
}
340
341
- const wordsThreshold = import.meta.env.DEV ? 5 : 50;
+ const wordsThreshold = import.meta.env.DEV ? 5 : 100;
342
if (!words.length || words.length < wordsThreshold) {
343
toast({
344
id: "short-timeline",
0 commit comments