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 @@
- -