mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Improve left pane UI when loading search results
This commit is contained in:
@@ -83,6 +83,10 @@ export abstract class LeftPaneHelper<T> {
|
||||
return undefined;
|
||||
}
|
||||
|
||||
isScrollable(): boolean {
|
||||
return true;
|
||||
}
|
||||
|
||||
abstract getConversationAndMessageAtIndex(
|
||||
conversationIndex: number
|
||||
): undefined | { conversationId: string; messageId?: string };
|
||||
|
||||
Reference in New Issue
Block a user