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 position the cursor at the end of the message when editing a message #1928

Merged
merged 1 commit into from
Sep 7, 2024

Conversation

dylhack
Copy link
Contributor

@dylhack dylhack commented Sep 5, 2024

Description

Originally, pressing up to edit the latest event would bring your cursor to the start of the message.

Screen.Recording.2024-09-05.at.2.52.45.PM.mov

Fixes #1857

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

Copy link

github-actions bot commented Sep 5, 2024

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@dylhack
Copy link
Contributor Author

dylhack commented Sep 5, 2024

I have read the CLA Document and I hereby sign the CLA

ajbura added a commit to cinnyapp/cla that referenced this pull request Sep 5, 2024
Copy link

github-actions bot commented Sep 7, 2024

Preview: https://1928--pr-cinny.netlify.app
⚠️ Exercise caution. Use test accounts. ⚠️

Copy link
Member

@ajbura ajbura left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks!

@ajbura ajbura merged commit 043012e into cinnyapp:dev Sep 7, 2024
2 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Position the cursor at the end of the message when editing a message
2 participants