You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/sim/app/workspace/[workspaceId]/w/[workflowId]/components/panel/components/editor/components/sub-block/components/messages-input/messages-input.tsx
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ import { useAccessibleReferencePrefixes } from '@/app/workspace/[workspaceId]/w/
12
12
importtype{SubBlockConfig}from'@/blocks/types'
13
13
14
14
constMIN_TEXTAREA_HEIGHT_PX=80
15
+
constMAX_TEXTAREA_HEIGHT_PX=320
15
16
16
17
/**
17
18
* Interface for individual message in the messages array
@@ -236,10 +237,12 @@ export function MessagesInput({
236
237
return
237
238
}
238
239
239
-
// Auto-resize to fit content only when user hasn't manually resized.
0 commit comments