diff --git a/frontend/src/lib/components/ChatInput.svelte b/frontend/src/lib/components/ChatInput.svelte index 06cdc07..ed67f05 100644 --- a/frontend/src/lib/components/ChatInput.svelte +++ b/frontend/src/lib/components/ChatInput.svelte @@ -1,11 +1,12 @@
@@ -23,6 +64,7 @@ type="text" bind:value {disabled} + onpaste={handlePaste} placeholder="..." class="min-w-0 flex-1 rounded bg-neutral-800 px-2 py-1 text-[10px] text-white placeholder-neutral-500 outline-none" /> diff --git a/frontend/src/routes/[mnemonic]/+page.svelte b/frontend/src/routes/[mnemonic]/+page.svelte index 5c1bd56..08d9bdf 100644 --- a/frontend/src/routes/[mnemonic]/+page.svelte +++ b/frontend/src/routes/[mnemonic]/+page.svelte @@ -685,7 +685,11 @@ ondismiss={handleDismissSheet} /> {/if} - 0} /> + 0} + /> {/if}