mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-21 18:51:44 +00:00
Merge branch 'feat-multi-turn-#419' of https://github.com/eigent-ai/eigent into feat-multi-turn-#419
This commit is contained in:
commit
6b901802ee
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ export default function ChatBox(): JSX.Element {
|
|||
{/* Floating Action Button for Pause/Resume/Skip */}
|
||||
{chatStore.activeTaskId &&
|
||||
//Not New ChatStore (no messages & not running)
|
||||
(chatStore.tasks[chatStore.activeTaskId].status === "running" &&
|
||||
(chatStore.tasks[chatStore.activeTaskId].status !== "running" &&
|
||||
chatStore.tasks[chatStore.activeTaskId].hasMessages)
|
||||
&& (
|
||||
<FloatingAction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue