Fix "open conversation menu" keyboard shortcut

This commit is contained in:
Evan Hahn 2021-05-11 13:40:36 -05:00 committed by GitHub
parent e51260a23f
commit b41dab2704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ export async function startApp(): Promise<void> {
(key === 'l' || key === 'L')
) {
const button = document.querySelector(
'.module-ConversationHeader__more-button'
'.module-ConversationHeader__button--more'
);
if (!button) {
return;