diff --git a/mateclaw-ui/src/components/chat/ChatInput.vue b/mateclaw-ui/src/components/chat/ChatInput.vue index 47253025..b1221f3c 100644 --- a/mateclaw-ui/src/components/chat/ChatInput.vue +++ b/mateclaw-ui/src/components/chat/ChatInput.vue @@ -205,7 +205,7 @@ class="action-btn send-btn" :class="sendBtnClass" :disabled="props.streamPhase === 'interrupting' || (!canSend && !loading)" - :title="props.streamPhase === 'interrupting' ? t('chat.streamInterrupting') : undefined" + :title="sendButtonTitle" @click="handleSubmit" > @@ -222,7 +222,10 @@ - -
- - {{ status === 'interrupted' ? $t('chat.interrupted') : $t('chat.stopped') }} -
-
@@ -228,6 +222,18 @@ + +
+ + {{ status === 'interrupted' ? $t('chat.interrupted') : $t('chat.stopped') }} +
+