Skip to content

feat: Press ArrowUp to edit last message in chats / threads #8542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

n1cc00
Copy link

@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