forked from open-webui/open-webui
fix: reading status for all messages issue
This commit is contained in:
parent
9083ee8a5d
commit
bf43415d12
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@
|
||||||
{copyToClipboard}
|
{copyToClipboard}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
{#if processing !== ''}
|
{#if messages.length - 1 === messageIdx && processing !== ''}
|
||||||
<div class="flex my-2.5 ml-12 items-center w-fit space-x-2.5">
|
<div class="flex my-2.5 ml-12 items-center w-fit space-x-2.5">
|
||||||
<div class=" dark:text-blue-100">
|
<div class=" dark:text-blue-100">
|
||||||
<svg
|
<svg
|
||||||
|
|
Loading…
Reference in a new issue