We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe517d6 commit c39a282Copy full SHA for c39a282
cli/src/utils/strings.ts
@@ -37,7 +37,7 @@ export const BULLET_CHAR = '• '
37
38
// Threshold for treating pasted text as an attachment instead of inline insertion
39
// Text longer than this value (not equal) becomes an attachment
40
-export const LONG_TEXT_THRESHOLD = 200
+export const LONG_TEXT_THRESHOLD = 1000
41
42
/**
43
* Insert text at cursor position and return the new text and cursor position.
0 commit comments