Skip to content

Commit 4ff0f6e

Browse files
committed
update words
1 parent 84971ef commit 4ff0f6e

File tree

1 file changed

+1
-1
lines changed
  • apps/desktop/src/components/editor-area

1 file changed

+1
-1
lines changed

apps/desktop/src/components/editor-area/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ export function useEnhanceMutation({
338338
setProgress(0);
339339
}
340340

341-
const wordsThreshold = import.meta.env.DEV ? 5 : 50;
341+
const wordsThreshold = import.meta.env.DEV ? 5 : 100;
342342
if (!words.length || words.length < wordsThreshold) {
343343
toast({
344344
id: "short-timeline",

0 commit comments

Comments
 (0)