We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeefe64 commit add7e33Copy full SHA for add7e33
frontend/src/views/chat/index.vue
@@ -259,7 +259,7 @@
259
v-if="computedMessages.length > 0 || (isAssistant && currentChatId)"
260
class="chat-footer"
261
>
262
- <div class="input-wrapper">
+ <div class="input-wrapper" @click="clickInput">
263
<div class="datasource">
264
<template v-if="currentChat.datasource && currentChat.datasource_name">
265
{{ t('qa.selected_datasource') }}:
0 commit comments