Support Enter shortcut in findBy helpers

This commit is contained in:
Fedor Indutny 2024-02-14 10:15:26 -08:00 committed by GitHub
parent e158bd1a95
commit 89525d3e16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 92 additions and 54 deletions

View file

@ -47,7 +47,9 @@ export abstract class LeftPaneHelper<T> {
onChangeComposeSelectedRegion: (newRegion: string) => void;
updateSearchTerm: (searchTerm: string) => unknown;
showConversation: ShowConversationType;
}>
showInbox: () => void;
}> &
LookupConversationWithoutServiceIdActionsType
): null | ReactChild {
return null;
}