diff --git a/ts/background.ts b/ts/background.ts index 34bcee2de9e..c83ff29abc2 100644 --- a/ts/background.ts +++ b/ts/background.ts @@ -1125,7 +1125,9 @@ export async function startApp(): Promise { document.querySelector( '.module-left-pane__compose-search-form__input' ), - document.querySelector('.module-left-pane__list'), + document.querySelector( + '.module-conversation-list__item--contact-or-conversation' + ), document.querySelector('.module-search-results'), document.querySelector('.module-composition-area .ql-editor'), ];