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: reset the eventKey to stop focusing on every new message user send/receive after opening a conversation using enter key #15814

Merged
merged 1 commit into from
Sep 14, 2023

Conversation

arjita-mitra
Copy link
Contributor

Description

Reset the eventKey to stop focusing on every new message user send/receive after opening a conversation using enter key

Screenshots/Screencast (for UI changes)

BEFORE

New conversation opened using keyboard so last message got focused

Screenshot 2023-09-14 at 09 52 00

User send/receive new message and the focus shifts to that message

Screenshot 2023-09-14 at 09 58 44

AFTER

User send/receive new message and the focus doesn't shifts to that message

Screenshot 2023-09-14 at 10 00 45

Checklist

  • PR has been self reviewed by the author;
  • Hard-to-understand areas of the code have been commented;
  • If it is a core feature, unit tests have been added;

@codecov
Copy link

codecov bot commented Sep 14, 2023

Codecov Report

Merging #15814 (0c4bb4c) into dev (41d57fc) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##              dev   #15814      +/-   ##
==========================================
- Coverage   44.49%   44.48%   -0.01%     
==========================================
  Files         673      673              
  Lines       22711    22713       +2     
  Branches     5166     5166              
==========================================
  Hits        10105    10105              
- Misses      11318    11320       +2     
  Partials     1288     1288              

@arjita-mitra arjita-mitra merged commit ea3aee4 into dev Sep 14, 2023
13 checks passed
@arjita-mitra arjita-mitra deleted the bugfix/last-message-focus branch September 14, 2023 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants