From b41dab27047cc20e5a41372685261b1f3d6a799d Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Tue, 11 May 2021 13:40:36 -0500 Subject: [PATCH] Fix "open conversation menu" keyboard shortcut --- ts/background.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/background.ts b/ts/background.ts index f2d04f25f82a..e7a41662bbef 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -1154,7 +1154,7 @@ export async function startApp(): Promise { (key === 'l' || key === 'L') ) { const button = document.querySelector( - '.module-ConversationHeader__more-button' + '.module-ConversationHeader__button--more' ); if (!button) { return;