Skip to content

Commit 86472bb

Browse files
committed
refac
1 parent 07262fa commit 86472bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/components/chat/MessageInput.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1862,7 +1862,7 @@
18621862
</div>
18631863

18641864
<div class="self-end flex space-x-1 mr-1 shrink-0 gap-[0.5px]">
1865-
{#if isActive}
1865+
{#if isActive && prompt === '' && files.length === 0}
18661866
<div class=" flex items-center">
18671867
<Tooltip content={$i18n.t('Stop')}>
18681868
<button

0 commit comments

Comments
 (0)