Fix "open conversation menu" keyboard shortcut
This commit is contained in:
parent
e51260a23f
commit
b41dab2704
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue