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] Selected messages don't get unselected #20408

Merged
merged 2 commits into from
Feb 18, 2021

Conversation

im-adithya
Copy link
Contributor

Proposed changes (including videos or screenshots)

Rocket.Chat.-.Google.Chrome.2021-01-26.17-46-20.mp4

Issue(s)

This PR closes #20407

Steps to test or reproduce

Further comments

@@ -129,7 +129,7 @@ const MailExportForm = ({ onCancel, rid }) => {

const reset = useMutableCallback(() => {
setSelected([]);
$(`#chat-window-${ rid }.messages-box .message.selected`)
$('.messages-box .message', $(`#chat-window-${ rid }`))
Copy link
Member

Choose a reason for hiding this comment

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

A simple space between them would have sufficed, but this achieves the same result. Thanks!

@im-adithya
Copy link
Contributor Author

Hey @gabriellsh! Can you please merge this and review my other PRs so that I can make necessary changes and get them merged as well...?

@gabriellsh
Copy link
Member

@im-adithya Please, be patient. It'll be merged when it's supposed to. We review PRs as soon as we have enough time for it, no need to ask or tag anyone.

Thanks.

@ggazzo ggazzo merged commit da91ba7 into RocketChat:develop Feb 18, 2021
@sampaiodiego sampaiodiego mentioned this pull request Feb 28, 2021
@im-adithya im-adithya deleted the unselect-while-exporting branch April 27, 2021 13:29
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.

Selected messages don't unselect on clicking
3 participants