fix auto scroll
This commit is contained in:
parent
ab1f7e0326
commit
e4aca8845f
2 changed files with 23 additions and 21 deletions
File diff suppressed because one or more lines are too long
|
@ -130,15 +130,16 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- pending (ongoing) assistant message -->
|
<!-- pending (ongoing) assistant message -->
|
||||||
<div id="pending-msg"></div>
|
<div id="pending-msg" class="group">
|
||||||
<message-bubble
|
<message-bubble
|
||||||
v-if="pendingMsg"
|
v-if="pendingMsg"
|
||||||
:config="config"
|
:config="config"
|
||||||
:msg="pendingMsg"
|
:msg="pendingMsg"
|
||||||
:key="pendingMsg.id"
|
:key="pendingMsg.id"
|
||||||
:is-generating="isGenerating"
|
:is-generating="isGenerating"
|
||||||
:edit-user-msg-and-regenerate="() => {}"
|
:edit-user-msg-and-regenerate="() => {}"
|
||||||
:regenerate-msg="() => {}"></message-bubble>
|
:regenerate-msg="() => {}"></message-bubble>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- chat input -->
|
<!-- chat input -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue