Skip to content

Commit

Permalink
🐛 fix: fix chat mode edit button (lobehub#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx authored Sep 8, 2024
1 parent db05762 commit fd312ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MessageInput/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const MessageInput = memo<MessageInputProps>(
onChange={(e) => setValue(e.target.value)}
placeholder={placeholder}
resize={false}
style={{ height: isAutoSize ? 'unset' : height, minHeight: '100%', ...textareaStyle }}
style={textareaStyle}
type={type}
value={temporaryValue}
/>
Expand Down

0 comments on commit fd312ce

Please sign in to comment.