Spaces:
Running
Running
keep suggests
Browse files
src/lib/components/chat/User.svelte
CHANGED
|
@@ -336,11 +336,7 @@
|
|
| 336 |
></textarea>
|
| 337 |
<div class="flex w-full items-end justify-between gap-1">
|
| 338 |
{#if isFirstNode && !loading && !lastMessage}
|
| 339 |
-
<div
|
| 340 |
-
class="items flex w-full gap-1 transition-all duration-300 {prompt.trim() !== ''
|
| 341 |
-
? 'pointer-events-none opacity-0'
|
| 342 |
-
: ''}"
|
| 343 |
-
>
|
| 344 |
{#each randomSuggestions as suggestion}
|
| 345 |
<Button
|
| 346 |
variant="outline"
|
|
|
|
| 336 |
></textarea>
|
| 337 |
<div class="flex w-full items-end justify-between gap-1">
|
| 338 |
{#if isFirstNode && !loading && !lastMessage}
|
| 339 |
+
<div class="items flex w-full gap-1">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 340 |
{#each randomSuggestions as suggestion}
|
| 341 |
<Button
|
| 342 |
variant="outline"
|