Skip to content

Commit 55399d2

Browse files
committed
fix: bug fix
1 parent 1f6e2d0 commit 55399d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

frontend/src/views/chat/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@
294294
class="input-area"
295295
:class="isAssistant && 'is-assistant'"
296296
type="textarea"
297-
:rows="1"
298297
:autosize="{ minRows: 1, maxRows: 8.583 }"
299298
:placeholder="t('qa.question_placeholder')"
300299
@keydown.enter.exact.prevent="sendMessage"

0 commit comments

Comments
 (0)