feat: Send chat messages on Enter keypress and optimize media test environments
This commit is contained in:
@@ -192,7 +192,8 @@ function closeLightbox() {
|
||||
id="content"
|
||||
rows="3"
|
||||
class="c-chat__textarea"
|
||||
placeholder="Type a message..."
|
||||
placeholder="Type a message... (Press Enter to send, Shift+Enter for newline)"
|
||||
@keydown.enter.exact.prevent="submit"
|
||||
></textarea>
|
||||
<div v-if="form.errors.content" class="c-chat__error">
|
||||
{{ form.errors.content }}
|
||||
|
||||
Reference in New Issue
Block a user