server : (webui) allow typing and submitting during llm response (#11626)
This commit is contained in:
parent
5598f475be
commit
1d1e6a90bc
3 changed files with 8 additions and 1 deletions
|
@ -154,7 +154,6 @@
|
|||
placeholder="Type a message (Shift+Enter to add a new line)"
|
||||
v-model="inputMsg"
|
||||
@keydown.enter.exact.prevent="sendMessage"
|
||||
:disabled="isGenerating"
|
||||
id="msg-input"
|
||||
dir="auto"
|
||||
></textarea>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue