summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/lib/components/MessageInput.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/lib/components/MessageInput.svelte b/ui/lib/components/MessageInput.svelte
index 94ef98a..e829674 100644
--- a/ui/lib/components/MessageInput.svelte
+++ b/ui/lib/components/MessageInput.svelte
@@ -37,7 +37,7 @@
on:keydown={onKeyDown}
type="search"
class="flex-auto h-6 input rounded-r-none"
- />
+ ></textarea>
<button
color="primary variant-filled-secondary"
type="submit"