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

[CLNP-3775] fix: reset new messages on scroll bottom reached #1138

Merged
merged 2 commits into from
Jun 18, 2024

Conversation

AhyoungRyu
Copy link
Contributor

Fixes https://sendbird.atlassian.net/browse/SBISSUE-16266

The newMessages array was not being reset even after the message list scroll reached the bottom. This issue was causing the message notification bar to not disappear properly.
To address the issue, I manually called resetNewMessages() under certain conditions.

AS-IS

before.mov

TO-BE

after.mov

Copy link

netlify bot commented Jun 17, 2024

Deploy Preview for sendbird-uikit-react ready!

Name Link
🔨 Latest commit 975f856
🔍 Latest deploy log https://app.netlify.com/sites/sendbird-uikit-react/deploys/666ff1c260c11b00087813a3
😎 Deploy Preview https://deploy-preview-1138--sendbird-uikit-react.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@bang9 bang9 left a comment

Choose a reason for hiding this comment

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

Ooops I've missed that, thanks! (bug from #1094)

@AhyoungRyu AhyoungRyu merged commit 7a4797e into main Jun 18, 2024
8 checks passed
@AhyoungRyu AhyoungRyu deleted the fix/CLNP-3775 branch June 18, 2024 02:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants