-
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
questionFurther information is requestedFurther information is requested
Description
Describe the bug
Pressing ↑ in the message entry box loads the user’s most recent sent message into the editor, even if there is another draft being edited at the moment.
To Reproduce
- In any LLM chat, type any message and send it to the model
- Start typing another message.
- Press up (a few times if the message is multiline)
- The current draft is replaced with the previous message. It's still possible to get back by pressing down, but it's a major ergonomic inconvenience.
Expected behavior
Pressing ↑ in the message input loads the user’s most recent sent message into the editor only if the input is empty.
If the input already contains text, ↑ behaves normally (e.g., moves the cursor within the text) and does not replace the current draft. When the cursor is in the first line, pressing ↑ does nothing.
Desktop (please complete the following information):
- OS: Windows 11
- Witsy Version 3.5.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested