build.sh bug fixes

This commit is contained in:
2026-03-20 23:06:39 -04:00
parent 0a048271c6
commit 3ac72b7ac9
22 changed files with 87 additions and 156 deletions

View File

@@ -353,8 +353,7 @@ export default function MessageInput({ group, replyTo, onCancelReply, onSend, on
theme="light"
previewPosition="none"
skinTonePosition="none"
maxFrequentRows={2}
/>
maxFrequentRows={2} />
</div>
)}
@@ -367,8 +366,7 @@ export default function MessageInput({ group, replyTo, onCancelReply, onSend, on
onChange={handleChange}
onKeyDown={handleKeyDown}
rows={1}
style={{ resize: 'none' }}
/>
style={{ resize: 'none' }} />
</div>
<button