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

Double clicking emoji reaction no longer brings up replies #6301

Merged
merged 1 commit into from Feb 23, 2023

Conversation

lamemakes
Copy link
Contributor

Contributor checklist:

  • My contribution is not related to translations.
  • My commits are in nice logical chunks with good commit messages
  • My changes are rebased on the latest main branch
  • A yarn ready run passes successfully (more about tests here)
  • My changes are ready to be shipped to users

Description

Fixes #6282, as double-clicking the reaction "box" no longer will create a draft reply. This fix simply disables the replyToMessage action if the double click takes place within the reaction reactions DOM, as if the user is double clicking in this area it is almost always with the intention of dismissing the reaction window.

Manual testing was done to ensure that this behavior not only fixed the double clicking issue within the reactions DOM, but to ensure reply functionality was not affected outside the DOM. Everything functioned as expected.

Cheers!

@lamemakes
Copy link
Contributor Author

It looks like the Windows CI build is trying to pull from "https://github.com/electron/electron/releases/download/v22.2.0/electron-v22.2.0-win32-x64.zip:", rather than "https://github.com/electron/electron/releases/download/v22.2.0/electron-v22.2.0-win32-x64.zip", not sure how the extra colon got tossed in there as the end.

@josh-signal josh-signal merged commit 954ef72 into signalapp:main Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Viewing and quickly dismissing reactions creates a reply
2 participants