mirror of
https://github.com/vegu-ai/talemate.git
synced 2025-06-21 05:11:11 +00:00
autocomplete button disable until there is text to autcomplete
This commit is contained in:
parent
e340d74e8c
commit
bd7d4a2e7f
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@
|
|||
:color="messageInputColor()">
|
||||
<template v-slot:prepend v-if="sceneActive && scene.environment !== 'creative'">
|
||||
<!-- auto-complete button -->
|
||||
<v-btn @click="autocomplete" color="primary" icon variant="tonal">
|
||||
<v-btn @click="autocomplete" color="primary" icon variant="tonal" :disabled="!messageInput">
|
||||
<v-icon>mdi-auto-fix</v-icon>
|
||||
</v-btn>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue