Skip to content

Commit 72bad25

Browse files
committed
feat: increase input max rows to 16
1 parent 63ddb7b commit 72bad25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/chat/ChatWindow.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@
319319
loginModalOpen = true;
320320
}
321321
}}
322-
maxRows={6}
322+
maxRows={16}
323323
disabled={isReadOnly || lastIsError}
324324
/>
325325
{/if}

0 commit comments

Comments
 (0)