Skip to content

Commit add7e33

Browse files
committed
fix: bug fix
1 parent eeefe64 commit add7e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
v-if="computedMessages.length > 0 || (isAssistant && currentChatId)"
260260
class="chat-footer"
261261
>
262-
<div class="input-wrapper">
262+
<div class="input-wrapper" @click="clickInput">
263263
<div class="datasource">
264264
<template v-if="currentChat.datasource && currentChat.datasource_name">
265265
{{ t('qa.selected_datasource') }}:

0 commit comments

Comments
 (0)