Skip to content

Conversation

n1cc00
Copy link
Contributor

@n1cc00 n1cc00 commented Apr 14, 2025

This adds a keyboard shortcut (ArrowUp) for the chat's message input field if the field is empty. It works for both chat and thread messages.

Closes #8359

This is my first PR ever and I don't know too much about svelte so I hope this is useful

Edit: I didn't mean to try to merge instantly :D

@@ -120,6 +120,8 @@
on:validate
on:submit
on:select
on:keydown
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are too specific, please try to avoid using them, especially editingEnded

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Press Up to edit previous message in Chat
2 participants