Skip to content
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

fix: add filename to existing text #1228

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mhickman
Copy link

Instead of clobbering the input text area just append the file path at the end of the input.

This could be more clever by tracking where the cursor was and inserting the text there, but this seems better than just deleting the text.

Kapture 2025-02-13 at 15 11 45

Fixes #1179

Instead of clobbering the input text area, add to where the cursor last was.

Fixes block#1179
@mhickman mhickman changed the title fix: append filename to text input fix: add filename to existing text Feb 14, 2025
@mhickman
Copy link
Author

Changed to track the cursor, here's how it looks now:

Kapture 2025-02-13 at 16 06 07

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.

bug: Attaching file while writing message overwrites message
1 participant