Skip to content

Conversation

@ioanatflowcrypt
Copy link
Collaborator

This PR fixed 3 dot menu action button not appear issue

close #6154 // if this PR closes an issue


Tests (delete all except exactly one):

  • Does not need tests (refactor only, docs or internal changes)

To be filled by reviewers

I have reviewed that this PR... (tick whichever items you personally focused on during this review):

  • addresses the issue it closes (if any)
  • code is readable and understandable
  • is accompanied with tests, or tests are not needed
  • is free of vulnerabilities
  • is documented clearly and usefully, or doesn't need documentation


// Find the message container from the menu's position or context
const messageContainer = $('div.h7:visible').last(); // Get the last visible message container
let messageContainer: JQuery<HTMLElement>;

Check failure

Code scanning / ESLint

Disallow type arguments that are equal to the default Error

This is the default value for this type parameter, so it can be omitted.
@ioanatflowcrypt ioanatflowcrypt deleted the 6154-3-dot-menu-action-buttons-appear-not-for-all-messages branch January 26, 2026 13:40
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.

3-dot menu action buttons appear not for all messages

2 participants