Context menu for left pane list items

This commit is contained in:
Fedor Indutny
2023-04-05 13:48:00 -07:00
committed by GitHub
parent 02dedc7157
commit f61d8f38b0
43 changed files with 1046 additions and 110 deletions

View File

@@ -205,6 +205,7 @@ export class LeftPaneComposeHelper extends LeftPaneHelper<LeftPaneComposePropsTy
return {
type: RowType.Contact,
contact,
hasContextMenu: true,
};
}