server : (webui) allow typing and submitting during llm response (#11626)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user