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 message view flickering and resetting scroll position #1826

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

PhilBastian
Copy link
Contributor

@PhilBastian PhilBastian commented Apr 24, 2024

Fixes #1828

the message body/header details were being set to blank and then back to their previous values on each refresh, since failedMessage.value was being set before retrieving all of the details. This change ensures that failedMessage.value only gets set with the final, complete, message details

@cquirosj cquirosj added the Type: Bug Type: Bug label Apr 24, 2024
@cquirosj cquirosj merged commit 63933a1 into master Apr 24, 2024
5 checks passed
@cquirosj cquirosj deleted the support00087271_fix_message_flicker branch April 24, 2024 21:49
@cquirosj cquirosj added this to the 1.38.3 milestone Apr 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Type: Bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic refreshes make the page content flicker and reset the scroll position to the top of the page
2 participants